3
1
I created a basic html file and it opens fine in firefox. But in IE it just shows up as plain text (the tags are shown instead of rendered).
My file looks like this
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Testing html rendering</title>
</head>
<body>
<h1>This is a test to display html</h1>
<p>blah blah blah blah blah </p>
</body>
</html>
I feel like there is a setting wrong on my computer. Because apps that are using embedded IE controls are failing to render as well.
Any help would be great!
Thanks!
What is the filename? – ahockley – 2009-08-13T21:45:46.233
the filename is index.html – joe – 2009-08-13T21:49:15.820
1What is the version of IE? – Qwerty – 2009-08-18T00:25:50.590
Shouldn't this be over on Stack Overflow? – mandroid – 2009-08-18T18:24:59.560