View Full Version : How do you Center you Logo?
tonyswifey
04-11-2008, 12:14 PM
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!!
soundbarrierpro
04-11-2008, 12:18 PM
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.
<!-- 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 -->
tonyswifey
04-11-2008, 03:16 PM
Thank you very much :)
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.