Forum Moderators: open

Message Too Old, No Replies

Using a Image Instead of Text link

         

Fess

6:53 pm on May 19, 2005 (gmt 0)

10+ Year Member



Hello,

I'd like to modify the code below so I can use a image instead of a text link.

Is it correct to put a 'src' tag the script. If so where?

Header:

<script language="JavaScript">
<!-- nasconde lo script ai vecchi browser
function show (var1) {
window.status = var1;
}
// -->
</script>

Body:


<a href="www.starwars.com" onmouseover="show('visit www.starwars.com & may the force be with you!'); return true" onmouseout="show('');return true" target="_blank">AMAZING DESIGNS</a>

Thank You
Fess

orion_rus

10:11 am on May 21, 2005 (gmt 0)

10+ Year Member



I think this should work, or?
<a href="www.starwars.com" onmouseover="show('visit www.starwars.com & may the force be with you!'); return true" onmouseout="show('');return true" target="_blank"><img src='amzaing.jpg' /></a>