You can display your HTML link description in the status bar of your browser. When the mouse is placed over a link, the text link description will be viewed in the status bar.
<A HREF="http://www.domain.com" onmouseover="window.status='Your text description'; return true" onmouseout="window.status='';return true">Your linked text</a> |
Example:
Example:
Place your mouse over this link
Change the text where indicated in red.
This code will enable you to hide affiliate links, display a special links descriptions or whatever you'd like.
Place your mouse over this link
Change the text where indicated in red.
This code will enable you to hide affiliate links, display a special links descriptions or whatever you'd like.
0 comments:
Post a Comment