Forum Moderators: open

Message Too Old, No Replies

Hiding Hyperlinks - Question from a newbie

         

Dazzystar0011

4:58 pm on Jul 15, 2003 (gmt 0)

10+ Year Member



Hi Everyone,

Can someone tell me if it's possible to hide a hyperlink from appearing in the status bar using Microsoft Frontpage?

Thanks in advance.

BlobFisk

5:07 pm on Jul 15, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Not sure about Frontpage, but you can add the following in on your <a>nchors:


<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

Dazzystar0011

5:30 pm on Jul 15, 2003 (gmt 0)

10+ Year Member



Thanks ever so much for the reply.

Could you tell me what <a>nchors are?

Thanks and sorry for the dumb question¬

BlobFisk

5:33 pm on Jul 15, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Anchors are link tags:

<a href="someLink.html">text</a>

HTH