Nightfire
01-30-2003, 03:38 PM
I'm confused. I've seen sits that use xml and I've been able to see them in IE5. I thought I'd have a bash at xml, so I did this:
<?xml version="1.0"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>BikingMania</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="author" content="Nightfire" />
<meta name="description" content="Site on motorcycles" />
<meta name="keywords" content="motocycles" />
</head>
<body>
<h1>BikingMania</h1>
<p>Welcome to me new site!</p>
<hr />
<p><small>Created on ... January 29, 2003</small></p>
</body>
</html>
Works fine in Mozilla, shows how I want it, but when I try to see it in IE5, it just shows the source with (+)(-) in various places.
So how do I get it to show in IE5 as a proper page? :confused:
<?xml version="1.0"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>BikingMania</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="author" content="Nightfire" />
<meta name="description" content="Site on motorcycles" />
<meta name="keywords" content="motocycles" />
</head>
<body>
<h1>BikingMania</h1>
<p>Welcome to me new site!</p>
<hr />
<p><small>Created on ... January 29, 2003</small></p>
</body>
</html>
Works fine in Mozilla, shows how I want it, but when I try to see it in IE5, it just shows the source with (+)(-) in various places.
So how do I get it to show in IE5 as a proper page? :confused: