Click to See Complete Forum and Search --> : Page Not Showing At All in IE


jobowoo
09-14-2006, 05:28 PM
Hello,

I'm just creating a test page trying out different styles. It's been a while since I've messed around with CSS. The test page shows up fine in FF but not at all in IE, what's going on here? Thanks.

Click Here (http://www.3e-motivations.com/test/test.html)

Thank you :)

WebJoel
09-14-2006, 05:41 PM
Five errors, -might be why. There is no tag called "</test>", and for your basic html table, it's width="850", not width="850px". Correct these, and see if things improve. See attached image:

jobowoo
09-14-2006, 06:08 PM
That fixed it! Thank you very much :)

WebJoel
09-14-2006, 06:59 PM
-I'm surprised that it worked (but I suspected it would...). :)