Announcement

Collapse
No announcement yet.

LINK url on brocure page

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    LINK url on brocure page

    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,

    #2
    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
    Nadeem Rasool
    SellerDeck Development

    Comment

    Working...
    X