css validation

liunx

Guest
how do i validate a css page - i tried the one on <!-- w --><a class="postlink" href="http://www.w3c.org">www.w3c.org</a><!-- w --> and it gave me a parse error (unrecognised) <STYLE TYPE="text/css">
am i doing something wrong ???

also i am getting errors in the bottom right of IE - yet my html validated - does anyone know what this could be or how to trace the errorsPost the URL please.its

<!-- m --><a class="postlink" href="http://www.oneweekofdays.com/testerfolder/master/masterStyleSheet.css">http://www.oneweekofdays.com/testerfold ... eSheet.css</a><!-- m -->

the html using it is :

<!-- m --><a class="postlink" href="http://www.oneweekofdays.com/testerfolder/master/index.htmlIt's">http://www.oneweekofdays.com/testerfold ... x.htmlIt's</a><!-- m --> as I feared. You've confused HTML with CSS. You need to remove all of the HTML stuff from the CSS file, id est the STYLE tags and the HTML style comments. CSS uses C style comments( /* */ ).thanks - i will try that
 
Back
Top