Posted by Jonathan N. Little on 12/28/07 17:53
charles cashion wrote:
>>> charles cashion wrote:
>>>> http://dunjas.com/FontTest.html
> OK.
> I have read the thread.
> Since I am not firing blanks, and I am not messing with XHTML,
> and I am not using & ... may I buy a vowel?
>
> I am using <: and >. I suppose I could remove all entities
> and see if the validator likes that better. ... I will get back
> to you on this one.
>
> I have tried both (one at a time)...
> <meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
> <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1">
> but the warning remains.
The only URL you provide in the thread it above and has no such meta tags.
Try as your template:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
<meta http-equiv="content-language" content="en-us">
<title>template</title>
</head>
<body>
<!-- put your markup here -->
</body>
</html>
--
Take care,
Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
[Back to original message]
|