Posted by WD10 on 09/05/05 21:55
On Mon, 05 Sep 2005 07:26:58 -0700, Dan wrote:
> WD10 wrote:
>> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
>> "http://www.w3.org/TR/html4/strict.dtd">
> ...
>> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
>
> The "/>" syntax at the end of that meta tag is improper for the HTML
> (as opposed to XHTML) DTD.
>
You're right... I cut and pasted the meta tags from an XHTML document and
missed one of the />...
> The use of a "content-type" meta tag is an inferior substitute for
> sending actual correct HTTP headers at the server level.
How do you recommend doing it?
[Back to original message]
|