Click to See Complete Forum and Search --> : [RESOLVED] Do I have to a link to validate to use w3c's CCS icon


postedoverseas
02-02-2007, 12:59 AM
Hi all,

I have just upgraded my site and now I am using XHTML1.0 and CSS2.
I have validated all of the pages and I am now using the relevant icons at the bottom of my pages. My question is this.

With the XHTML icon, you have to provide a lnk so that the user can varify that the page is valid. Do you have to do this with the CSS icon as there is no link provided as there is with the XHML icon. I have looked through the w3c site but cannot find the answer.
Any help would be much appreciated.
Thanks,
John

_Aerospace_Eng_
02-02-2007, 01:27 AM
For the XHTML one you use this

http://validator.w3.org/check?uri=referer

For the CSS one you use this

http://jigsaw.w3.org/css-validator/check/referer

postedoverseas
02-02-2007, 01:55 AM
Thanks, works a treat