View Full Version : Center fourm logo
Noblefist
03-21-2010, 03:35 PM
I'm trying to center our Guild logo, I have been running the forum for just over a year and have a basic understading, but for the life of me I can not figger out what line i need to change to make our logo centered.
http://www.noblefist.com/forums
kNeeLy
03-21-2010, 03:38 PM
<a href="http://www.vbulletin.com/forum/showthread.php?156430-HowTo-3.5.0-Center-Logo&highlight=center+logo" target="_blank">http://www.vbulletin.com/forum/showt...ht=center+logo</a>
theres ur answer!!
centering a header logo is simple...
Noblefist
03-21-2010, 04:15 PM
http://www.vbulletin.com/forum/showthread.php?156430-HowTo-3.5.0-Center-Logo&highlight=center+logo
theres ur answer!!
centering a header logo is simple...
Thank you very much..
:)
--------------- Added 1269196264 at 1269196264 ---------------
Ok I did the edit, But it will still not center? We are on v3.8.4 (not sure if that makes a difference.) Our site is www.noblefist.com/forums Like you said this should be a simpol thing but it is driving me nuts. All I need is the NOBLEFIST logo to center..
<!-- logo -->
<a name="top"></a>
<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center">
<tr>
<td align="$stylevar[center]"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td>
</tr>
</table>
<!-- /logo -->
<!-- content table -->
$spacer_open
$_phpinclude_output
$ad_location[ad_header_end]
kamakazy_kid
03-22-2010, 06:22 AM
I'm having the same issue. Once I fix it, I'll give you my code.
kNeeLy
03-22-2010, 07:02 PM
Thank you very much..
:)
--------------- Added 21 Mar 2010 at 14:31 ---------------
Ok I did the edit, But it will still not center? We are on v3.8.4 (not sure if that makes a difference.) Our site is www.noblefist.com/forums (http://www.noblefist.com/forums) Like you said this should be a simpol thing but it is driving me nuts. All I need is the NOBLEFIST logo to center..
<!-- logo -->
<a name="top"></a>
<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center">
<tr>
<td align="$stylevar[center]"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td>
</tr>
</table>
<!-- /logo -->
<!-- content table -->
$spacer_open
$_phpinclude_output
$ad_location[ad_header_end]
i think you need to take out the word "$stylevar. It should just be <td align="center">
sumone correct me if Im wrong.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.