The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Background Image Showing In Custom Banner
Slight problem with a custom banner where a tiny bit of the background color (that would show if there was no banner) is showing up to the left and right of the banner.
See www.nokturnalist.com for the banner. Here is my header code: Quote:
That removed the bars. The problem is, it also removed the grey background behind my links (IE: Forum, Register, FAQ's), etc. Was hoping someone had an idea. |
#2
|
||||
|
||||
Your HTML is wrong - just looking at the first few lines you have various table tags in the wrong order:
Code:
<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center"> <tr> <td height="122" class="header"><table width="1024" border="0" cellpadding="0" cellspacing="0"> <tr> <td><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img border="0" src="cb/cb/logo.jpg" width="1024" height="125" alt="$vboptions[bbtitle]" class="logo"/></a></td> </tr> </table> Code:
<table> <tr> <td> </td> </tr> </table> |
#3
|
|||
|
|||
Thanks Joe, at least you have led me in the right direction.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|