- From: Jens Schwartz <jensschwartz@yahoo.de>
- Date: Fri, 14 Mar 2008 03:27:01 +0100 (CET)
- To: www-validator-css@w3.org
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/go
Received on Friday, 14 March 2008 07:51:11 UTC