Linda Dunn wrote:

I'm running into a validation issue I haven't seen before.

My page (http://www.ncwinnerscircle.com/index.htm) validates as XHTML 1.0 Transitional.

However, when I then try to validate its CSS document, I get the following:

---------------------------------------------
Target: http://www.ncwinnerscircle.com/

Please, validate your XML document first!
<SNIP>

Linda,

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"?>

Now try to validate. That should take care of it. I found an error in BugZilla that might be related. I'm not entirely sure though, but still, it should validate now. If you want to see the error:
   http://www.w3.org/Bugs/Public/show_bug.cgi?id=1274

Hope this helps,
Matthew
______________________________________________________________________
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