Quote:
Originally Posted by imk
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:
Code:
<!-- 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.
Code:
<!-- 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"