jess_deedee_101
08-10-2006, 01:22 AM
What is the HTML code for when u display an image but if you hover over it you can see a little description????Please help me!:confused:
|
View Full Version : HTML help needed !!!! jess_deedee_101 08-10-2006, 01:22 AM What is the HTML code for when u display an image but if you hover over it you can see a little description????Please help me!:confused: thezeppzone 08-10-2006, 01:31 AM <img src="http://www.site.com/image.jpg" alt="Description"></img> The "alt" tag is for the description in an image. Hope that helps! jess_deedee_101 08-10-2006, 01:33 AM thanx sooo much |