IE making tables too wide?

liunx

Guest
Hi,<br />
I'm in the middle of redesigning my website and I've got the layout pretty much as I want it, apart from one problem. In Mozilla it's great, but in IE the main table is being stretched too wide. It's a fixed-width page so all the sizes are specified, but the page is too wide nonetheless.<br />
<!-- m --><a class="postlink" href="http://kaermie.co.uk/part2/template.php">http://kaermie.co.uk/part2/template.php</a><!-- m --><br />
That's a link to the page, if you look at the footer image you'll see it's not meeting the end of the table. As far as I can tell, it's the content cells in the middle that are too wide (they should be 558 pixels).<br />
Oh and in case you're wondering the php include errors are deliberate, the thing it's including needs to be edited a bit so it doesn't stretch the page too much.<br />
Any help would be greatly appreciated! :)<br />
-Kaeroll<!--content-->You are in quirks mode (<!-- m --><a class="postlink" href="http://www.positioniseverything.net/articles/doctypes.html">http://www.positioniseverything.net/art ... types.html</a><!-- m -->), so you have a box model (<!-- m --><a class="postlink" href="http://www.positioniseverything.net/articles/box-model.html">http://www.positioniseverything.net/art ... model.html</a><!-- m -->) problem.<br />
Fixing the width of all elements only complicates the problem. Only fix the width of an element if it is strictly necessary.<!--content-->
 
Back
Top