Re: CSS validation query

On Thu, Sep 09, 2004 at 10:32:22AM +0200, Stephen McKechnie wrote:
>    What does this mean
> 
>    To work as intended, your CSS style sheet needs a correct document parse
>    tree. This means you should use valid HTML.

You are trying to validate CSS but you don't know what "you should use
valid HTML" means? 

Your HTML documents should conform to a DTD and that DTD should be
specified using a Doctype declaration. To confirm that your code is
correct you should use an HTML validation tool such as
http://validator.w3.org/.

-- 
David Dorward                                      http://dorward.me.uk

Received on Thursday, 9 September 2004 08:59:20 UTC