Click to See Complete Forum and Search --> : IE Seems to hate my site...
w-dueck
08-30-2008, 10:50 AM
Um, hello. I've been having some trouble with my site. In Firefox it appears great. But when someone views it in IE, it's mangled. I have no idea why it is doing this. Please help! My site is located here (http://wdueck.free-site-host.com/theterrifyingbetatestsitrunforyourlifeyouaregoingtodienowbecauseyoulookedinhere/). (please pardon the scary long URL)
Thanks in advance
drhowarddrfine
08-30-2008, 12:58 PM
You will never get IE to attempt to perform like modern browsers without a proper doctype. Use this one on your first line:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
See if that brings IE into line. However, you are using old techniques and markup such as BGCOLOR. Use the W3C validator to find any errors in your html and css.
w-dueck
08-30-2008, 02:11 PM
Thank you, the doctype change seems to have fixed the problem.