error on your page

hello,

after i was validate my page on your validator, i was add HTML code "To 
show my readers that I have taken the care to create an interoperable Web 
page".
as i revalidate there was errors on my page, from your html code.

your code:


<p>
 <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>
</p>


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

right code:

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


<p>
 <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>
</p>

can you repire it on your web?


thanks,

Best regards

=== Martin Balog ===
email: spojenie@pobox.sk
http://balog.host.sk
ICQ: 103414321
ODIGO: 3059927

____________________________________
http://www.logofun.pobox.sk - urobte radost svojmu telefonu

Received on Friday, 15 February 2002 07:57:58 UTC