PDA

View Full Version : LINK url on brocure page


darren@cookingv
04-Aug-2005, 11:04 AM
Hi,

I have been adding fragments to the front page of our site (http://www.cookingvinyl.com/) as you can see, I link the images to the product pages. I want to add another image into the template, and link this to the same url. But I can't find the correct NETQUOTEVAR in the NETQUOTEVAR dictionary to add the URL into the <a> tag.

I thought this would be something like NETQUOTEVAR:LINK but that doesn't work. Anyone know how to do this?

Thanks,

Nadeem
05-Aug-2005, 04:09 PM
Hi Darren,

The only way is to use html within the description of the fragment. You can add in html code by using !!< to tell actinic when the starting of the html coding it going to be, and >!! to tell Actinic when it going to end.
An example would be


!!<
<a href="http://www.actinic.co.uk">Link to Actinic Site</a>
>!!


Kind Regards