I'm getting ticked off. I am making first website and trying to make it semi-useful. I'm trying to learn standards and use them but IE isn't cooperating.
My page is no longer up and just dummied down to text at the moment because of this issue. Any suggestions to help with the following are super appreciated.
I can get the w3.org html validator to validate me as xhtml 1.1 valid. The page works in Opera, Firefox and Safari. But bloody hell IE keeps trying to save the page! Even version 8.
I definitely had the correct headers. I have the extension .xhtml like my book says and a web tutorial. UTF-8 without BOM like the validator suggests. I just don't know what the heck to even do with it. Driving me nuts.
Anyone have any advice? I really appreciate any input or info or somewhere to direct me where the heck I can find it. x.x


LinkBack URL
About LinkBacks
Reply With Quote
doesn't understand the "application/xhtml+xml" MIME type. You can serve XHTML 1.0 as "text/html", which IE will understand. XHTML 1.1 must be served as "application/xhtml+xml". Currently, HTML 4.01 strict has the most browser support, followed by XHTML 1.0 served as text/html.






