Re: Error message receiving during CSS validation using the file upload method

On Mar 18, 2007, at 15:33 , H.S.Dastoor wrote:
> I have been trying to validate the attached CSS style sheet using  
> the file upload method. I get the following error message
>
> Lexical error at line 1, column 3. Encountered: "D" (68), after : "<!"
> No Style sheet found
> Please help I do not know what the error message means.

It means that you have used html-style comment syntax, which is  
generally not allowed in CSS. You probably wanted to use:
/*
my comment
here
*/

Regards,
-- 
olivier

Received on Sunday, 18 March 2007 22:23:04 UTC