Admin->Listing Options then in your listing Templates just insert something like this
Code: HTML
</p><p><A HREF="<!--LINK-->" target="_blank"><!--TITLE--></A></p><p>
|
You can replace the < ! - - TITLE - - > by any other text or image tag. for image replace it wit:
Code: HTML
</p><p><img src=<a href="http://you.com/images/myimage.gif">http://you.com/images/myimage.gif</a> border="0"></p><p>
|
|