Quote:
Originally Posted by karim004
try this . go to admincp , style manager , your style , template header and use this code :
Code:
<!-- logo -->
<a name="top"></a>
<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center">
<tr>
<td align="$stylevar[left]"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td>
<td align="$stylevar[right]"><if condition="$ad_headerEnd">$ad_headerEnd<else /> </if>
<td align="$stylevar[right]" id="header_right_cell">
<if condition="$ad_location['ad_header_logo']">$ad_location[ad_header_logo]<else /> </if>
</td>
</tr>
</table>
<!-- /logo -->
<!-- content table -->
$spacer_open
$_phpinclude_output
then go to style manager , your style , Ad Location Templates , ad_headerEnd and delete
<center> & </center>
|
thanks a lot karim . but our language is persian and i have to swap the place of logo and header ( logo goes left and banner goes right exactly opposite now ! ) what can i do ?
Thanks