Web Hosting Talk







View Full Version : XHTML and Internet Explorer


kevin2010
10-15-2006, 09:19 PM
I created a dotMobi website using IE 6.0 where subsequent links are creating an error message:

"File Download.
Do you want to optn or save this file?
Name: news.xhtml
Type: Unknown File Type
From: xyz123.com"

If I click on the "Open" button, it gives me another error message saying "error loading stylesheet".

FireFox is fine with my website.

Any ideas?

brendandonhu
10-15-2006, 10:34 PM
Use a .html (or .htm) extension. You can specify that it's XHTML by using a Doctype at the beginning of your file.

kevin2010
10-16-2006, 06:56 AM
Thanks! I will give it a shot when I get home from work tonight....

Kev