The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
How do I get rid of this space?
Hey,
How do I get rid of this space? Thanks! |
#2
|
||||
|
||||
I didn't see anything...
|
#3
|
||||
|
||||
Check to see if there is a border or margin given for the Page Background on your CSS page. If that fails, check to see if there is anything in your header template that might cause a gap - table code, page breaks, borders, etc...
It's hard to say for sure without seeing your style admin, but those are good places to start. |
#4
|
||||
|
||||
Quote:
The weird thing is the logo on the left side goes all the way down and touches the next table...hmm. |
#5
|
||||
|
||||
Probably something in the HTML by the image, or the image itself. May want to double check to see if there is a small transparent gap on the bottom.
|
#6
|
||||
|
||||
if it's not a style issue, it could be a cellspacing, cellpadding, vertical align issue
it's really hard to help without seeing the site |
#7
|
||||
|
||||
Here's the code for 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]"> <a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="images/misc/bandtop.gif" border="0" alt="$vboptions[bbtitle]" /></a></td> </tr> </table> <!-- /logo --> <!-- content table --> $spacer_open $_phpinclude_output |
#8
|
||||
|
||||
your images do not have any width/height attribute so it's hard to tell
try... add Code:
valign="bottom" |
#9
|
||||
|
||||
Worked...thank you!
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|