> Linda Dunn wrote:
> > I'm running into a validation issue I haven't seen before.
> > My page (http://www.ncwinnerscircle.com/index.htm) 

> 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.

-- 
Peter Williams


______________________________________________________________________
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