Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Change hyperlinked WEBPAGE text to image


cclayton

Recommended Posts

Posted

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

Posted
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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...