The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
need suggest : between logo and forum have space
|
#2
|
||||
|
||||
It's hard to know without seeing the page source. You probably have either a <br /> in there or some padding or a margin in a div tag there.
|
#3
|
|||
|
|||
Hi Lynne nice to see u again
btw in Header template or ..... ? in header : Code:
<!-- logo --> <a name="top"></a> <table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center"> <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]" id="header_right_cell"> <if condition="$ad_location['ad_header_logo']">$ad_location[ad_header_logo]<else /> </if> </td> </tr> </table> <!-- /logo --> <!-- content table --> $spacer_open $_phpinclude_output $ad_location[ad_header_end] |
#4
|
||||
|
||||
I would guess between your header and navbit template. It could be the $spacer_open. You can't just take that out though, but you should take a look at it and see what sort of spacing it adds.
You can find which template is putting in that space by going - vboptions > General Settings > Add Template Name in HTML Comments > set to Yes . Then go back to your page and view the source code and you will see the name of the template called around your part of the code. |
#5
|
||||
|
||||
most likely the <br /> tag at the top of navbar template
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|