Peter Williams wrote:

From: Matthew Ohlman
Try removing this line from your document: <html xmlns="http://www.w3.org/1999/xhtml";>

And then adding this line as the very first one:
   <?xml version="1.0" encoding="UTF-8"?>


:-)  You can't remove the HTML element, you need to modify that line,
not remove it, now it doesn't validate because your HEAD element is
a child of your xml prolog. Note also that using the xml prolog puts
late model IE back into early model "quirks" mode.

But actually this does validate as xhtml 1.0 transitional. The <html xmlns="http://www.w3.org/1999/xhtml";> tag just needed to be replaced with the plain vanilla <html>.

Quite annoying, though, that Dreamweaver still can't seem to write a header that doesn't break the validator...


--
Linda Dunn
Purplegenie Design {web+graphics}
[EMAIL PROTECTED]
252.422.9393
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to