Table not aligning to top
I have inserted a table on my home page that I put in a div to control certain aspects of it.
However the table is not appearing right under the copy like it is suppose to . . . there is a LOT of space between the copy and where the table starts.
The site looks fine on a Mac using Safari and Firefox - but you see the space when viewing in Windows on Explorer.
Here's the link to the test page (under development):
http://www.chimneysupply.com/newSite/index.html
Any suggestions?
Megan posted this at 15:58 — 3rd April 2008.
She has: 11,421 posts
Joined: Jun 1999
FYI, this is happening in IE 6 only, not IE 7. I don't have a developer tool installed on mine so it's hard to troubleshoot. Has anyone tried to put the developer toolbar on IEs4linux? Does it work?
You really don't need that #productTable div on there - just put the ID on the table tag instead. You should also remove those presentational attributes from the table tag and use CSS instead (padding on td instead of cellpadding etc.)
Megan
Connect with us on Facebook!
JeevesBond posted this at 04:18 — 4th April 2008.
He has: 3,956 posts
Joined: Jun 2002
Yes, I have had this working before. Can't seem to make the installer work correctly now.
To get this page working in IE6:
width="100%" border="0" cellpadding="5" cellspacing="5"
;<div id="productTable">
(and the closingdiv
);productTable
id to the table:<table id="productTable">
That should fix it.
a Padded Cell our articles site!
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.