PDA

View Full Version : How to center header


Jmellors
Sun 11th May '08, 9:05am
Please can anyone tell me how to center my logo?

many thanks,,

Jose Amaral Rego
Sun 11th May '08, 5:15pm
Remove and replace '$stylevar[left]' with center

<!-- 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" /></a></td>
[B] <td align="$stylevar[right]" id="header_right_cell">
<if condition="$ad_location['ad_header_logo']">$ad_location[ad_header_logo]<else />&nbsp;</if>
</td>
</tr>
</table>
<!-- /logo -->