Quote:
Originally Posted by Tralala
How can I edit it so that it doesn't show the product image, but rather just prefixes the link with this icon instead: 
(That looks cleaner to me.)
|
Never mind on this, I edited the HTML replacement to this:
HTML Code:
<a href="http://www.amazon.com/dp/$p4/?tag=myaffiliateid-20" target="_blank" title="$title"><img src="images/misc/amazon_icon.gif"" border="0" alt="$title cover" /></a> <a href="http://www.amazon.com/dp/$p4/?tag= myaffiliateid-20" target="_blank">$title</a>
...and that did it for me. Still curious about the "-20" prefix though...