Quote:
Originally Posted by tonyswifey
My logo is to the left, I tried the <center> code in the Main CSS I think?? and this affected the bottom portion of my forum it moved all if to the center as well so I removed the <center> code and the logo is to the left.
I probaly didn't edit it in the correct spot. I've been searching for similar threads but I couldn't find any..
Please somebody point me in the right direction, Thanks!!
|
ACP>Styles and Templates>Style Manager>Select "Edit Template" from your style>Select Header It's in there.
Quote:
<!-- logo -->
<a name="top"></a>
</td>
<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center">
<tr>
<td align="left"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td>
<td align="$stylevar[right]">
</td>
</tr>
</table>
<!-- /logo -->
|