Announcement

Collapse
No announcement yet.

Creating http link.

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

    Creating http link.

    Hi,

    I have a domain name in the description field on my website.

    At the moment you can't click on the link, I have tried to insert html code into the description field but I can't get the link to be 'clickable', how do I create this.

    The website is www.justaskjoe.co.uk, do a search on SW11 - see dog walking.

    Regards,
    Mark.

    #2
    Hi Mark,

    To insert a live link into the description area you need to click on the Links tab and enter the URL there. The Links tab is in the same area as General - Details tabs etc in the Product Details window.

    Comment


      #3
      You can also use regular HTML to make a link clickable you need to apply the anchor <a> tag to the code eg:

      <a href="http://www.site.com">Click to my site</a>

      That is standard HTML. If you are adding this to the description field of a product or a fragment you need to tell actinic this is HTML and not plain text.. this is done by wrapping the code between !!< and >!! eg

      !!<<a href="http://www.site.com">Click to my site</a>>!!


      Bikster
      SellerDeck Designs and Responsive Themes

      Comment

      Working...
      X