The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
How Do I Remove This ...
<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 |
#2
|
||||
|
||||
Remove this code:
Code:
<table border="0" width="100%"> <tr> <td> </td> </tr> </table> <br /> |
#3
|
||||
|
||||
Ugh.....
Heres My Header Template Code:
<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 |
#4
|
||||
|
||||
Try this:
Code:
<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 |
#5
|
||||
|
||||
I would also recommend removing the "Powered by vBulletin" phrase is your title
|
#6
|
|||
|
|||
Remove this from the top of your navbar template:
HTML Code:
<br />
|
#7
|
||||
|
||||
Duhhhhh That did it Thanks !!!!!!
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|