I'm having a problem getting my table to work properly in Internet Explorer. I have a center aligned white table with a single cell, it's 650px wide and has a height of 100%. The problem is that when the page is first visisted it doesn't stretch to 100% height, yet once the user press refresh it loads fine. It seems to work fine in every other browser other than IE.
I don't have the page hosted anywhere at the moment, so I'll post the page code here and I'll attach an image of the problem.
Edit: Jesus... I just spotted another problem. I set the main text alignment to justify, and IE still wants to keep it left justified. Any suggestions?
I think that your cache is messing things up for you. Try to clear IE's history and thingies, then try again.
now the more important ramble, use tables for tabulating information, not for layout purposes. HTMl (and this is more true with XHTML) is for creating the information, not for displaying it. Use CSS to display information as you want it shown. You'll have more flexibility and it allows for easier editing. go to www.w3schools.com to learn some of the very basics of CSS.
I'm guessing it's probably because I'm using an older version of IE. The only reason I keep it around is for testing my pages, so I never feel the need to upgrade it. Anyway the problem's fixed now, I took your advice and redid the page with CSS and it's working a ton better.