Re: Displaying The W3C VALID CSS ICON

On Mar 4, 2005, at 2:27, gary wrote:
>  ButI don't know what to use for my valid CSS - there is no 
> information after I validated my CSS.

The CSS validator will only give you such sample markup if you give it 
an HTML document using CSS to validate.
For your HTML 4.01 documents, the code to display the "valid CSS" is:

<p>
  <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"
        alt="Valid CSS!">
  </a>
</p>

P.S: if you have further questions on the CSS validator, I suggest 
using www-validator-css@w3.org.

Regards,
-- 
olivier

Received on Sunday, 6 March 2005 21:12:30 UTC