Hope this is the right forum for this thread as will probably get more responses here and will probably be interesting to affiliate Q and A. Here goes. Does anyone know some proper coding for getting rid of your affiliate acct on mouseovers???? for example on mouseover it says "www.affiliatesite.com/affilID.php.320853208 Instead, I would just like it to say www.affiliatesite.com on mouseover. I feel this looks better to the viewer even though when clicked, it goes to the affiliate site with the ID attached to it. Thats Ok, it is just the mouseover that I want fixed so as to not scare any potential visitors.
If you're referring to the status bar you can use this javascript: <a href="http://affiliateurl.com" target="_blank" onMouseOver="MM_displayStatusMsg('Status bar title you want displayed when mouse is over');return document.MM_returnValue" onMouseOut="MM_displayStatusMsg('When mouse moves out this text will be displayed');return document.MM_returnValue">whatever title the link will have</a> Think that should be right, hope this helps.