- Tue May 28, 2002 8:48 am
#11936
Does anyone know how to have pictures on a website so that when you hover over them, it displays the title of the pic in a little yellow box?
magenta wrote:<img src="address.jpeg" width="whatever" height="whatever" alt = "text here that you want to appear in the box"/>
gregs wrote:dont even need the </img> or width and length.
so should read:
<img src="image.jpg" alt="text in yellow box">
gregs
Morals wrote:You may want to remove the / from that though....