Re: CSS valid Icon

Hello,

have a look at
http://jigsaw.w3.org/css-validator/validator?uri=http://www.talangi.de/
When validating a site with correct css the validator should show a similar
response for you, too.

The code you need 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>

(Change the end of the img tag if using html instead of xhtml)

The URL for one-click validation is:
http://jigsaw.w3.org/css-validator/check/referer

Btw: What is the URL of your page?

Best regards,
Salek Talangi



> Please could someone advise me, I am currently doing an Open University
> Course on Designing Websites.   I have validated my html code Ok and it
> told
> me how to use the W3C HTML valid Logo, which I have put onto my website.
> When I came to validate my CSS code I get "no error or warning found" but
> it
> does not say it has been successful either.  From reading feedback from
> the
> rest of your site I think my code is OK but how do I put the W3C CSS valid
> Logo onto my site.  I have read the page W3c Logo and Icon Usage where it
> says "refer to the W3C CSS validator page for information on use of the
> CSS
> Validator icon.  The relevant information appears after a successful
> validation" but I do not get this information!
>  
> Thanks for your help in this matter.
> 
>  
> 
> Regards
> 
> Alison Brown
> 
>  
> 
>  
> 
> 

-- 
Handyrechnung zu hoch? Tipp: SMS und MMS mit GMX
Seien Sie so frei: Alle Infos unter http://www.gmx.net/de/go/freesms

Received on Friday, 1 April 2005 11:43:50 UTC