View Full Version : Why isnt my logo centering?
<a href="http://www.whoyoureppin.com/forum.php" target="_blank">http://www.whoyoureppin.com/forum.php</a>
or is it my forum thats of align?
either way any help how i can sort this out please.?
thanks alot.
hambil
04-14-2007, 10:14 AM
http://www.whoyoureppin.com/forum.php
or is it my forum thats of align?
either way any help how i can sort this out please.?
thanks alot.
It's centering just fine until the right sidebar pops up. I'd contact the author of the sidebar and get them to fix it, because it's not playing well with vb template structure and style vars.
the thing is when i disable the side bar, it still isnt correct....maybe i should uninstall it completely?
http://www.whoyoureppin.com/forum.php
ive just uninstalled it but its not ligning up correctly...any ideas?
codes?
amir86
04-14-2007, 01:37 PM
Have you added the <td align="center"> in header template? Make sure you removed the <td align="$stylevar[right]">
style manager>
edit
Common Templates>
Header
<!-- logo -->
<a name="top"></a>
<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center">
<tr>
<td align="center"></a></td>
<td align="$stylevar[right]">
</td>
</tr>
</table>
<!-- /logo -->
delete red text
add green text
hambil
04-14-2007, 04:40 PM
<table border="0" width="100%" cellpadding="0" cellspacing="0" align="center">
<tr>
<td align="left"><a href="forum.php"><center><img src="http://whoyoureppin.com/images/blizzard/Copy%20of%20misc/vbulletin3_logo_white.gif" border="0" alt="WhoYouReppin" /></center></a></td>
<td align="right">
</td>
</tr>
</table>
Try removing the empty td
sinisterpain
04-14-2007, 05:34 PM
the thing is when i disable the side bar, it still isnt correct....maybe i should uninstall it completely?
http://www.whoyoureppin.com/forum.php
ive just uninstalled it but its not ligning up correctly...any ideas?
codes?
This is the HTML I see in your logo placement:
<!-- logo -->
<a name="top"></a>
<table border="0" width="100%" cellpadding="0" cellspacing="0" align="center">
<tr>
<td align="left"><a href="forum.php"><center><img src="http://whoyoureppin.com/images/blizzard/Copy%20of%20misc/vbulletin3_logo_white.gif" border="0" alt="WhoYouReppin" /></center></a></td>
<td align="right">
</td>
</tr>
</table>
<!-- /logo -->
I see alot of html not needed or question why its there for what you are trying to accomplish. This should work as a replacement. Just back up the code before changing it.
<!-- logo -->
<table border="0" width="100%" cellpadding="0" cellspacing="0">
<tr>
<td align="center"><a href="forum.php"><img src="http://whoyoureppin.com/images/blizzard/Copy%20of%20misc/vbulletin3_logo_white.gif" border="0" alt="WhoYouReppin" /></a>
</td>
</tr>
</table>
<!-- /logo -->
In your images URL link your using spaces in the folder name which is giving "Copy%20of%20misc"
^how do i sort that out?
<!-- logo -->
<table border="0" width="100%" cellpadding="0" cellspacing="0">
<tr>
<td align="center"><a href="forum.php"><img src="http://whoyoureppin.com/images/blizzard/Copy%20of%20misc/vbulletin3_logo_white.gif" border="0" alt="WhoYouReppin" /></a>
</td>
</tr>
</table>
<!-- /logo -->
<!-- content table -->
$spacer_open
$_phpinclude_output
<!-- USC header edit start -->
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
$usc_left
<td valign="top">
<!-- USC header edit end -->
thats the code i have......
solved bloody USC...thanks
vBulletin® v3.8.12 by vBS, Copyright ©2000-2024, vBulletin Solutions Inc.