Hello
- If you use an external link (is a link pointed to another casino site or other site.) like this
HTML Code:
<a href="http://banner.vegasred.com/cgi-bin/redir.cgi?id=N&member=plusplus&profile=468x60k5"><img src=””></a>
It’s very important to hide your id in this link use this code to hide this link:
onMouseOver="window.status='Vegas Red Casino';return true;" onMouseOut="window.status='Online Casinos';return true;"
and always use this tag: target=”_blank” in links. It means that if you click on this link it will be opened in a new window and your site won’t be closed
So, your link
<a href="http://banner.vegasred.com/cgi-bin/redir.cgi?id=N&member=plusplus&profile=468x60k5"> <img alt="Click here to play!" src="http://banner.vegasred.com/cgi-bin/banner.cgi?id=N&member=plusplus&profile=468x60k5"/></a> will be written such as:
<a href=http://banner.vegasred.com/cgi-bin/redir.cgi?id=N&member=Tonyweb&profile=468x60k5 onMouseOver="window.status='Vegas Red Casino';return true;" onMouseOut="window.status='Online Casinos';return true;"
target=”_blank” title=”Vegas Red Online Casino”>
<img alt="Click here to play online casino!" src="http://banner.vegasred.com/cgi-bin/banner.cgi?id=N&member=plusplus&profile=468x60k5"/></a>
to hide alt =....... what can I do ?
HTML Code:
<img alt="Click here to play online casino!" src="http://banner.vegasred.com/cgi-bin/banner.cgi?id=N&member=plusplus&profile=468x60k5"/></