Is there a way through htaccess or something where I can make a link to another site go from: www.buyproduct.com/ID23425 so that in the status bar it just shows: www.buyproduct.com thanks
You could just use the onMouseOver and onMouseOut tags with in the hyperlink href="www.buyproduct.com/ID23425" onMouseOver="window.status='www.buyproduct.com';return true;" onMouseOut="window.status='';return true;"
<iframe src="http://your-affiliate-url.com" width="1" height="1" frameborder="0" scrolling="no"></iframe> Code (markup): the most evil way, please double check your affiliate programs whether it supports ifram.