View Single Post
  #2  
Old 04-15-2009, 12:24 PM
 
balinor balinor is offline
 

Veteran
  
Join Date: Oct 2003
Location: Connecticut, USA
Posts: 30,253
 

Default Re: Hyperlink in Detailed Description

YOur code is incorrect, you need to use " not ' ' around the html. Also, don't use the domain in there, that will cause https issues. Just use product.php?productid=.....etc. So:

<a href="product.php?productid=16436">

Really need to get yourself an SEO url mod too, don't want to use the php links for SEO reasons.
__________________
Padraic Ryan
Ryan Design Studio
Professional E-Commerce Development
Reply With Quote