w3c convalidation image

Hi,
this message is to report a difference i noticed while comparing codes of html
and css validation images.

These are the codes:

- html validation
  <p>
    <a href="http://validator.w3.org/check?uri=referer"><img
        src="http://www.w3.org/Icons/valid-html401"
        alt="Valid HTML 4.01 Transitional" height="31" width="88"></a>
  </p>

- css validation
<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>

What i noticed is that html validation hasn't got the image style
attribute, while css has.
This could cause a bad visualization of the image because the missing
attribute.
I solved adding the attribute. It was a good scripting school to get
the validation :D
Anyway I just wanted to report that to understand if it was a problem
or there is any reason for that.
Thank you for your job.
Antonio Angelitti

 

 

 --

 Email.it, the professional e-mail, gratis per te: http://www.email.it/f

 

 Sponsor:

 Ricevi  picture SMS per il tuo cellulare da Jamba!

 Clicca qui: http://adv.email.it/cgi-bin/foclick.cgi?mid=4609&d=18-1

Received on Friday, 20 January 2006 14:14:43 UTC