The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
XHTML Assistance Needed
Ok - I'm about ready to start pulling out my hair with this one. I had a template that worked perfectly prior to transferring it into a CMS that I coded. Now that it's in, I have this huge gap in the center column tables and I can't get rid of it. If anyone could take a look at the source for it and see if they can see something that I'm missing, I would appreciate it greatly:
http://www.epicdesignz.com/previews/planet6/ |
#2
|
||||
|
||||
what "gap"?
|
#3
|
||||
|
||||
This gap:
I am getting it in Firefox and IE on Windows XP - Haven't tried it on anything else yet, but I'm assuming that since you had to ask it's working on at least one browser (Which is partially reassuring.) Update: I also get the gap in Firefox on on my Linux box running Ubuntu 5.10. |
#4
|
||||
|
||||
Is that home image wider than the width of the column that contains it?
|
#5
|
||||
|
||||
Quote:
|
#6
|
||||
|
||||
replace: <td height="100%"
with: <td 2 instances No comment on the code and/or design. |
#7
|
||||
|
||||
That fixed the problem in Firefox - However, I'm still experiencing it when viewing the site in IE.
(BTW - Thanks for the help It's greatly appreciated !!) |
#8
|
||||
|
||||
the problem is the way you have your table layout ... you should go for a 3-column instead of the 4-column that you have
this is how you have your table: Code:
HEADER --------------- |--|---|---|--| |--|---|---|--| |--|-------|--| |--|-------|--| --------------- Code:
HEADER --------------- |--|-------|--| |--|-------|--| |--|-------|--| |--|-------|--| --------------- |
#9
|
||||
|
||||
Hmm - I guess I'll try reworking that when I get home this evening.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|