2001web
Please Login or Register

Knowledgebase

Hiding an affiliate link in the browsers status bar

As you know when you mouse over any link on a website the destination url is shown on the bottom right of your browsers window.

In some cases you may not want to show this info for example when the link is an affilaite link.

 

Here is some basic html to stop the link showing.

A normal link would look like this in the source of your page

<a href="http://www.somesite.com">Link text</a>

straight after the url before the > sumbol put in a single space with your space bar then paste in the following code

 

onmouseover="window.status='TEXT YOU WANT TO REPLACE LINK WITH HERE';return true;" onmouseout="window.status=' ';return true;"

So your link would now look like this

 

<a href="http://www.somesite.com" onmouseover="window.status='TEXT YOU WANT TO REPLACE LINK WITH HERE';return true;" onmouseout="window.status=' ';return true;">Link text</a>

 

Job done!



Was this answer helpful?

Add to Favourites Add to Favourites

Print this Article Print this Article

Also Read
3. Let's Try A Few (Views: 558)
More HTML Help (Views: 568)

Powered by WHMCompleteSolution

Language:

Quick Navigation

Client Login

Email

Password

Remember Me

Search