Re: CSS + validation

On 23-Dec-04, at 6:27 AM, Pedro Ernesto wrote:
> hello !!
>  
> I was trying to validate my css code, when I saw this message :
>
> " No error or warning found
>
> To work as intended, your CSS style sheet needs a correct document 
> parse tree. This means you should use valid HTML "
>
> my code has no errors. What should I do ?? could you help me ??

Without the URL of the document you are attempting to validate helping 
you
is very difficult. If your document is invalid HTML the CSS validator 
won't be
able to see if your CSS is valid.
It looks like you should run your document through the HTML validator 
at http://validator.w3.org/

Received on Friday, 24 December 2004 03:15:50 UTC