The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Quick Question, Annoying Gap on IE
Hi guys,
I am working on a new header for my vBulletin forums, and I am baffled as to why this code; PHP Code:
I have spent hours trying to resolve this. Any ideas/solutions greatly appreciated |
#2
|
||||
|
||||
Looks like Cell spacing or padding, IE does render tables differently. Try adding cellspacing and cellpadding 0 to your table in header.
P.S: jus a tip style using classes is much neater solution. |
#3
|
|||
|
|||
Thanks for helping.
Missed a bit of code of though sorry, already have; <table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center"> Above the code mentioned earlier. Now edited first post. I wouldn't know how to use 'classes' |
#4
|
||||
|
||||
You have another table there.. which has style:attribute..
Classes are used using CSS. Jus post your whole header template here. if you can link to vb forum wud be helpful too. |
#5
|
|||
|
|||
|
#6
|
|||
|
|||
Its actually in the navbar (editing pre made skin...)
|
#7
|
||||
|
||||
Well i dont think its the same skin.
anyway try this Code:
<table style="background-image:url(images/feelingblues/misc/header_line2.jpg); background-color:#ffffff; background-position:left; background-repeat:no-repeat;"> Code:
<table cellpadding="0" cellspacing="0" style="background-image:url(images/feelingblues/misc/header_line2.jpg); background-color:#ffffff; background-position:left; background-repeat:no-repeat;"> |
#8
|
|||
|
|||
Okay, I stuck it in the header template and I believe you meant to make these changes?;
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|