inside the img tag - <img src='blah.jpg' alt='your text'>
or you can use title= instead of alt=
I think there is another way maybe too
( ,
Tue 21 Nov 2006, 23:34,
archived)
I think there is another way maybe too
well
alt="your text" does it in IE6 (although it shouldn't, they've ignored the W3C standard) dunno about IE7
title="your text" does it (correctly) in Firefox
if not sure, it's best to have both
alt is supposed to be the text displayed if the image can't be displayed
( ,
Tue 21 Nov 2006, 23:41,
archived)
title="your text" does it (correctly) in Firefox
if not sure, it's best to have both
alt is supposed to be the text displayed if the image can't be displayed