Quote Originally Posted by actorxfactor View Post
Hi, OK after hours of meddling I'm stuck on the following: I would like to replace the "Tell a friend about us" button with my own button linking it to an existing page.
Thanks in advance
Gordon!
Have you found the tell a friend section? (includes/templates/YOUR_TEMPLATE/templates/tpl_product_info_display.php)
You could just replace all the code in that section with your own button and link. I'm assuming you want these links to do the same thing on every product. So, just hard code it, like this:

<a href="link_here.htm" ><img src="image_here.jpg" alt="alt text here" width="100" height="20 /></a>