Some little error

When validating a XHTML1.1 page the code it gives you (to put the valid image)
doesn't validate itself as XHTML1.1....

    <p>
      <a href="http://validator.w3.org/check/referer"><img
          src="http://www.w3.org/Icons/valid-xhtml11"
          alt="Valid XHTML 1.1!" height="31" width="88" /></a>
    </p>

maybe it should be:

    <p>
      <a href="http://validator.w3.org/check/referer"><img
          src="http://www.w3.org/Icons/valid-xhtml11"
          alt="Valid XHTML 1.1!" style="height:31;width:88" /></a>
    </p>

It's not an error itself.... but it may confuse somebody.

Thanks for readding me. Ferdy

-- 
+----------------------------------------------------------------+
|                 Fernando J. Pereda (aka Ferdy)                 |
|  Socio de HispaLiNUX nš 00332   ||   Usuario de Linux #241564  |
|     ferdy AT ferdyx DOT org     ||    Spam? At your own risk   |
|       Claves GnuPG -=>  http://www.ferdyx.org/firmas.php       |
+----------------------------------------------------------------+

Received on Thursday, 30 January 2003 15:13:26 UTC