Announcement

Collapse
No announcement yet.

Info link

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

    Info link

    Hi,

    I am sure this has been asked before but I couldn't find it so if anyone could point me in the right direction I would be grateful.

    On version 6 there is the Information Link Text on the bottom of the Product Details page. This allows you to add a link file/URL that opens another page. I want to create an image link for this rather than the text link. Could someone tell me which page I need to look at and what the script would be please?

    Many thanks...Paul

    #2
    <a href="destinationurl.html"><img src="yourimage.gif" height="xxx" width="xxx" border="0"></a>

    Change the url to point to where you want the click to go to, and the images details, then add the image to the advanced | additional files (so you will be calling the image locally in its current folder and not a sub or other folder) etc.

    Comment


      #3
      Hi,

      Many thanks for the below. But could you tell me which page that the code needs to go on please? Act_??????.html

      Cheers...Paul

      Comment


        #4
        Add it into the text area of the product or fragment where you want the link to appear, where you also need to enclose it within actinic tags as follows:

        !!< >!!

        so end result would be:
        !!<<a href="destinationurl.html"><img src="yourimage.gif" height="xxx" width="xxx" border="0"></a>>!!

        Comment


          #5
          Many thanks, all works fine now. Cheers...Paul

          Comment

          Working...
          X