cclayton Posted October 25, 2007 Posted October 25, 2007 Hi Guys, The text below appears on my product_info.php which is fine, but I want to change the hyperlinked WEBPAGE to an image - how do I do this? "For more information, please visit this products WEBPAGE." The code for this section on my site is... <td style=" line-height:15px;"><?php echo sprintf(TEXT_MORE_INFORMATION, tep_href_link(FILENAME_REDIRECT, 'action=url&goto=' . urlencode($product_info['products_url']), 'NONSSL', true, false)); ?></td> Please help if you can... many thanks! Chris Founder & Director at CSC Tours Ltd
cclayton Posted October 25, 2007 Author Posted October 25, 2007 Hi Guys, The text below appears on my product_info.php which is fine, but I want to change the hyperlinked WEBPAGE to an image - how do I do this? "For more information, please visit this products WEBPAGE." The code for this section on my site is... <td style=" line-height:15px;"><?php echo sprintf(TEXT_MORE_INFORMATION, tep_href_link(FILENAME_REDIRECT, 'action=url&goto=' . urlencode($product_info['products_url']), 'NONSSL', true, false)); ?></td> Please help if you can... many thanks! Chris Dont worry! I have done it!!! Founder & Director at CSC Tours Ltd
Recommended Posts
Archived
This topic is now archived and is closed to further replies.