Re: Question

You left out the xmlns and xml:lang attributes; try adding them.

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

Jodi Roberts wrote:

> The page I am trying to check has passed the W3C 1.0 approval and 
> Bobby AAA.  However, when I try to check the CSS the message I receive 
> is this:
>  
> CSS
> Validator
> Error
>
>
>     Target: http://www.blind.msstate.edu/MAER
>
> Please, validate your XML document first!
>
> Line 1
>
> Column 3
>
> The markup declarations contained or pointed to by the document type 
> declaration must be well-formed.
>
>  
>
> Can you tell me what the problem might be?  Thanks
>
>  
>
> Jodi B. Roberts, M.S., CRC
> Instructional Design Specialist
> RRTC on Blindness and Low Vision
> Mississippi State University
> (662) 325-4683
> jroberts@colled.msstate.edu <mailto:jroberts@colled.msstate.edu>
>

Received on Thursday, 5 May 2005 03:14:08 UTC