Click to See Complete Forum and Search --> : [RESOLVED] Is there any method to solve ?


pskumar
03-04-2006, 06:13 AM
Hi,
Is there any method to give alt in <TD>? Without an image how can I give alt or mouseover kind of things in <TD>?

<TD alt="hello how are u?">Hello...</td> ..... ????

Thanks

Fang
03-04-2006, 06:27 AM
title (http://www.w3.org/TR/html4/struct/global.html#h-7.4.3)

felgall
03-04-2006, 03:29 PM
alt is the text to display in place of an image where the image can't be displayed.

td doesn't display an image.

pskumar
03-09-2006, 01:16 AM
Hi all,

I found a solution to my problem.
title attribute will help me to solve this issue...

Anyway Thanks a lot for your reply.

Regards
Suresh