Hello
I want my brothers to help me in this problem:
The problem: change the interface of the Forum of any right to left Arabic interface
This is the Style used by:Excali Template
As well as how do I change the background color of the Forum?
On this Forum Code
[/hide]<html lang="ru" xmlns="http://www.w3.org/1999/xhtml" xml:lang="ru"><head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
<title>$MODULE_NAME$</title>
<link type="image/x-icon" rel="shortcut icon" href="/favicon.gif" />
<style media="screen" type="text/css">
<!--@import url("/css/forumstyles.css");-->
</style>
<!--[if lte IE 6]> <style type="text/css" media="screen"> @import url("/css/ie6.css"); </style> <![endif]-->
<!--[if lte IE 7]> <style type="text/css" media="screen"> @import url("/css/ie7.css"); </style> <![endif]-->
</head>
<body id="bd">
<a id="Top" name="Top"></a>
<div id="jv-wrapper">
<!-- Begin header -->
<div id="jv-headerwrap">
<div id="jv-header"> <a href="/" id="jv-logo"><img alt="" src="/images/logo.png" /></a> </div>
</div>
<!-- End header -->
<!-- Begin container -->
<div id="jv-containerwrap">
<div id="jv-container">
<div class="jv-box-tr">
<div class="jv-box-tl"> </div>
</div>
<div class="jv-box-cr">
<div class="jv-box-cl">
<div class="jv-box-pad">
<div id="jv-slide">
<!-- Slaider -->
<div id="jv_xslidewrapper">
<div id="jv_xslideinner">
<div class="jv_xslideitem"> <img id="corner_left_top" alt="" src="/images/left_top.png" /> <img id="corner_right_top" alt="" src="/images/right_top.png" />
<div> </div>
</div>
</div>
</div>
<!-- End slaider -->
</div>
<div id="jv-menu">
<div class="menusys_moo">
<!-- Navigate -->
$GLOBAL_NAVI$
<!-- End navigate -->
</div>
</div>
<div id="jv-contentwrap">
<div class="forumContent">
<table width="100%" height="30" cellspacing="0" cellpadding="0" border="0">
<tbody><tr>
<td align="center"><!--%IFTH1%0%-->
<a onclick="window.open('$PM_URL$','pmw','scrollbars=1,top=0,left=0,resizable=1,width=680,height=350');return false;" class="fNavLink" id="upml" rel="nofollow" href="javascript://"><!--<s3065>-->Private messages<!--</s>-->($UNREAD_PM$)</a> ·
<!--%IFTH2%1%-->
<script type="text/javascript">function flashit(id,cl){var c=document.getElementById(id);if (c.style.color=='red'){c.style.color=cl;}else {c.style.color='red';}}setInterval("flashit('upml','')",500)</script>
<bgsound balance="0" volume="0" loop="1" src="http://s104.ucoz.net/img/fr/pm.wav"></bgsound>
<!--%IFEN2%1%-->
<!--%IFEN1%0%-->
<a rel="nofollow" href="$RECENT_POSTS_LINK$" class="fNavLink"><!--<s5209>-->رسائل جديدة<!--</s>--></a> ·
<a rel="nofollow" href="$MEMBERS_LIST_LINK$" class="fNavLink"><!--<s5216>-->المشاركين<!--</s>--></a> ·
<a rel="nofollow" href="$BOARD_RULES_LINK$" class="fNavLink"><!--<s5166>-->قواعد المنتدى<!--</s>--></a> ·
<a rel="nofollow" href="$SEARCH_PAGE_LINK$" class="fNavLink"><!--<s3163>-->بحث<!--</s>--></a> ·
<a rel="nofollow" href="$RSS_LINK$" class="fNavLink">RSS</a> ]</td> </tr>
</tbody></table>
<div align="left" style="margin-left: 8px; margin-right: 8px;"> $BODY$</div>
</div>
<br />
</div>
</div>
</div>
</div>
<div class="jv-box-br">
<div class="jv-box-bl"> </div>
</div>
</div>
</div>
<!-- End container -->
<!-- Begin footer -->
<div id="jv-footerwrap"> $GLOBAL_BFOOTER$ </div>
<!-- End footer -->
</div>
<script type="text/javascript" src="/js/jquery.cycle.all.min.js"></script>
<script type="text/javascript" src="/js/jquery.easing.1.1.1.js"></script>
<script type="text/javascript" src="/js/function.js"></script>
</body>
</html>