Jump to content

w3c referer link to 3.0


PlaviZG

Recommended Posts

Hi i was trying to make an include file to a site that validates css 3.0 so i can check every new page with only 1 click , but the referrer link automatically checks for 2.1 that doesn't validate.what to do?this is what i used and this checks for css v. 2.1<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-blue" alt="Valid CSS!" /></a>

Link to comment
Share on other sites

Just add a querystring onto the end of the link with "profile=css3":

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

Link to comment
Share on other sites

Just add a querystring onto the end of the link with "profile=css3":
<a href="http://jigsaw.w3.org/css-validator/check/referer?profile=css3"><img style="border:0;width:88px;height:31px"src="http://jigsaw.w3.org/css-validator/images/vcss-blue"alt="Valid CSS!" /></a>

Thanks
Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...