PDA

View Full Version : How Do I Remove This ...


DieselMinded
05-27-2007, 07:11 AM
<a href="http://www.dieselbombers.com" target="_blank">www.dieselbombers.com</a>

Im trying to remove the space between the Bottom of the header and the top of the top nav bar.

How Do i Do it?

TIA

DM

CyberAlien
05-27-2007, 09:08 AM
Remove this code:<table border="0" width="100%">
<tr>
<td>



</td>
</tr>
</table>



<br />
It think is it somewhere after $spacer_open in header template.

DieselMinded
05-27-2007, 03:36 PM
Ugh.....

Heres My Header Template

<a name="top"></a>
<table width="100%" background='/images/headerbg.png'>
<tr>
<td align="$stylevar[left]"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td>
<td align="$stylevar[right]">
<br>$header_advertisement

</td>
</tr>
</table>
<!-- /logo -->
<!-- content table -->
$spacer_open
$leftcolumn_advertisement
$_phpinclude_output

theFAILURE
05-27-2007, 04:04 PM
Try this:

<a name="top"></a>
<table width="100%" background='/images/headerbg.png'>
<tr>
<td align="$stylevar[left]"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td>
<td align="$stylevar[right]">
$header_advertisement
</td>
</tr>
</table>
<!-- /logo -->
<!-- content table -->
$spacer_open
$leftcolumn_advertisement
$_phpinclude_output

Brandon Sheley
05-27-2007, 04:17 PM
I would also recommend removing the "Powered by vBulletin" (http://forum.vbulletinsetup.com/f7/powered-vbulletin-title-tag-how-remove-23.html) phrase is your title

beiamerica
05-30-2007, 12:26 AM
Remove this from the top of your navbar template:


<br />


:)

DieselMinded
05-30-2007, 10:38 PM
Duhhhhh That did it Thanks !!!!!!