View Full Version : How can I delete the space between the logo and the header? Help!?
SuperDave71
01-04-2008, 08:31 PM
Hey guys,
Thank you for taking the time to read this. I have a quick question that perhaps you could help me with.
I setup my logo and it looks great. The issue I am having is the white space between the logo and the header.
I have an attached image and please excuse if I posted this in the wrong section. It was purely by accident.
Thank you so much!
-SuperDave :D
snakes1100
01-04-2008, 08:37 PM
Its really hard to say, you dont provide a link to your site or any code for us to look at, it may just be as simple as removing an extra < br / > tag from the code.
SuperDave71
01-04-2008, 08:46 PM
Hey there snake. Thank you for your reply.
The link to my site is:
http://www.thelovelogic.com/forum/index.php
Please let me know anything else I can help with.
Thanks again,
SuperDave71
--------------- Added 1199486882 at 1199486882 ---------------
Here is the code to my header if that helps.
Header:
<!-- logo -->
<a name="top"></a>
<center>
<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center" style="background-image:url($stylevar[imgdir_misc]/headbg.gif)">
<tr>
<td align="left" valign="top">
<a href="http://www.theLoveLogic.com"><img src="$stylevar[imgdir_misc]/head_left.gif" border="0" alt=""/></a></td>
<td align="right" valign="bottom"><img src="$stylevar[imgdir_misc]/head_right.gif" border="0" alt="" /></td>
</tr>
</table>
</center>
<!-- /logo -->
<!-- content table -->
$spacer_open
$_phpinclude_output
Could it be the $spacer_open tag? I deleted it and it messed up the width to my forum.
This one is stumping me!
Thanks again in advance,
SuperDave71
snakes1100
01-04-2008, 08:51 PM
Check the navbar template and remove the br tag from it, should be at the top of the template.
Yes the spacer open tag should be there, unless you remove the spacer close tag in another template correctly.
SuperDave71
01-04-2008, 08:57 PM
Thank you snake!
I looked for that earlier and I didn't scoll up all the way!!
Thank you so much!! That was driving me crazy!!
Cheers!!
-SuperDave71
snakes1100
01-04-2008, 09:18 PM
Your Welcome
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.