The image tag in the code to get the CSS Badge is not self-closed. <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> This means that if you add the code to show your CSS validates, your XHTML 1.0 now longer does. The code, should read <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> Regards, Harald WilkeReceived on Tuesday, 24 August 2004 12:38:59 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Friday, 20 March 2009 14:44:25 GMT