Forum Moderators: open
Can someone tell me if it's possible to hide a hyperlink from appearing in the status bar using Microsoft Frontpage?
Thanks in advance.
<a href="myLink.html" onmouseover="window.status=''" onmouseout="window.status=''" title="My link title">
Indeed, if you so wish you can put some descriptive text in instead.
HTH
Could you tell me what <a>nchors are?
Thanks and sorry for the dumb question¬
<a href="someLink.html">text</a>