Hi specialists, I just checked (and passed *g*) my newest project with the W3C CSS validator (http://jigsaw.w3.org/css-validator/). The validator offered me the following code to place on the page: <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="CSS ist valide!" /> </a> This code is not valid to the W3C HTML specification. You might recognize the end of the IMG tag as non-valid: ..." /> It should be: <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="CSS ist valide!"> </a> Greetings from Germany Jens Lesen Sie Ihre E-Mails jetzt einfach von unterwegs. www.yahoo.de/goReceived on Friday, 14 March 2008 07:51:11 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Friday, 20 March 2009 14:44:30 GMT