HTML coding question. Need CSS to display visible image not text.?

Adult

New member
Placing this line of code...

div#acc a img {height: 0; width: 0; border-width: 0;}
div#acc a:hover img {position: absolute; top: 230px; left: 400px; height: 480px; width: 599px;}

In the style sheet and then placing this line of code...

<td width="247"><div align="center" div id="acc"><span class="style3"><a href="Hello.html" style="text-decoration:none">HELLO<img src="Hello.jpg" /></a></div></td>

Allows when the text "HELLO" is moused over the "Hello.jpg" is displayed beneath it.

I need to change the text "HELLO" to an image. How do I do this?
I am not a coding guru... I need more help then a 6 word answer.

Thank you.
 
Back
Top