|
Answer» I have a page that usually SHOWS normally, but I get occasional complaint that visitors gets a view of the raw html instead of the normal page. Any ideas of what may cause this?
Thanks,
Jimmy On the html page in question, did you add the extention type to the file? also make sure you are using the PROPER header
the top of your html page should look something like this
<HTML> <HEAD> <TITLE>Your Page Title</TITLE> </HEAD> <BODY>
and the end should look something like this </BODY> </HTML>
I had the same problem, and FOUND the SOLUTION to be one of those.. in my case the user with opera would see raw code because i dident add a header, but the user in internet explorer still did
|