View Single Post
  #3 (permalink)  
Old 16-12-04
mxp mxp is offline
Registered User
 
Join Date: Dec 2004
Posts: 34
Thanks: 0
Thanked 0 Times in 0 Posts
mxp is an unknown quantity at this point
As leaddo says it sounds like you need to add a couple of html tags to your code. If you want to display the product name rather than the url then you simply need to place the product name within the link tag.

eg.

<a href="url">Productname</a>

if you want to make images clickable you need to enclose them in the link tag.

<a href="url"><img src="imagelocation"></a>

Hope this helps

mxp
Reply With Quote