Tom Ferguson
2005-10-17 22:18:46 UTC
The W3C XHTML validator is throwing a brand new "warning" at me. It still says
the page is "valid", the site "looks/works" correct. I'm just
confused/concerned at the warning. All of a sudden all of my pages, even a near
blank page stright out of Dreamweaver File>New>Basic page is getting this
"warning":
The character encoding specified in the HTTP header (utf-8) is different from
the value in the <meta> element (iso-8859-1). I will use the value from the
HTTP header (utf-8) for this validation.
An example of a really empty page:
http://www.ferguson-photo-design.com/untitled.html
The validator:
http://validator.w3.org/
The page data:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Un</title>
</head>
<body>
Test
</body>
</html>
The only thing "I" have changed is a new web host. I moved from Earthlink to
MediaTemple. Any thoughts?
the page is "valid", the site "looks/works" correct. I'm just
confused/concerned at the warning. All of a sudden all of my pages, even a near
blank page stright out of Dreamweaver File>New>Basic page is getting this
"warning":
The character encoding specified in the HTTP header (utf-8) is different from
the value in the <meta> element (iso-8859-1). I will use the value from the
HTTP header (utf-8) for this validation.
An example of a really empty page:
http://www.ferguson-photo-design.com/untitled.html
The validator:
http://validator.w3.org/
The page data:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Un</title>
</head>
<body>
Test
</body>
</html>
The only thing "I" have changed is a new web host. I moved from Earthlink to
MediaTemple. Any thoughts?