Forum Moderators: open

Message Too Old, No Replies

no attribute "name" when validating via w3c

img tag

         

macrost

12:09 am on Sep 2, 2003 (gmt 0)

10+ Year Member



Ok, I can understand that, but with my rollovers, what am I supposed to do?

Mac

Ryan8720

1:17 am on Sep 2, 2003 (gmt 0)

10+ Year Member



Add a blank alt. <img src="image.gif" alt="" />

ronin

1:39 am on Sep 2, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



You might want to try replacing:

name="myimage"

with

id="myimage"

The attribute 'name' has deprecated and been replaced by 'id' .