<SPAN> tag help
Hi,
I want <a href = "#">Test</a> to be displayed when mouse is over a text.
When i tried this code
<span onmouseover= "<a href = "#">Test</a>">
it dislays Test with a link, infact i want the content within quotes to be displayed.
Help would be kindly appriciated.
Thankyou

