CSS Icon
Validation Code

CSS Validation link

To add the code to your page so that you can click the CSS validation icon to validate your pages (this works outside of ACC, but won't work from any campus except Pinnacle) add this code.

JavaScript

<script type="text/javascript">
<!-- HIDE FROM INCOMPATIBLE BROWSERS
document.write("<a href=\"http://jigsaw.w3.org/css-validator/check/referer\"> "
+ " <img src=\"http://www.austincc.edu/jscholl/images/vcss.png\" "
+ "alt=\"Valid CSS!\" height=\"31\" width=\"88\" style=\"border: 0px;\" /></a>");
// -->
</script>

XHTML

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