Re: css validation

Ines,

At 0:38 -0500 2001-03-18, ines zalduendo wrote:
>Hi -
>For my xhtml docs I can copy the <p>...validation symbol ... </p>, and
>paste it on my sheets to show it'a a valid xhtml document.
>How do you do this for the css file (paste the symbol on pages using the
>cascading style sheet) when using the upload feature of your css
>validator?

If you want to add a validation icon in your XHTML document, you can 
add this piece of code.

	<a href="http://jigsaw.w3.org/css-validator"><img
         style="border:0;width:88px;height:31px"
         src="http://jigsaw.w3.org/css-validator/images/vcss.gif"
         alt="Valid CSS!" /></a>

To be sure... do you need a direct in your xhtml file to validate 
your css file?

If you need this you can add this piece of code.

	<a href="http://jigsaw.w3.org/css-validator/check/referer"><img
         style="border:0;width:88px;height:31px"
         src="http://jigsaw.w3.org/css-validator/images/vcss.gif"
         alt="Valid CSS!" /></a>

Hope It Helps! (HIH!)
-- 
Karl Dubost / W3C - Conformance Manager
           http://www.w3.org/QA/

      --- Be Strict To Be Cool! ---

Received on Sunday, 18 March 2001 11:16:22 UTC