Announcement

Collapse
No announcement yet.

Adding "nofollow" attribute to Fragment LINK

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

    Adding "nofollow" attribute to Fragment LINK

    I want to add a "nofollow" attribute to external links specified by the [LINK] in the Links Panel.

    Ideally I would like to do this on a case by case basis and not for all [LINK]s.

    Any ideas?

    Thanks

    John
    John Legg
    The Debug Store

    sigpic
    http://www.TheDebugStore.com

    #2
    If I wanted to do this I wouldnt use the built in [LINK] function within actinic..

    I'd just use regular html code within the fragment..

    If you wrap the html code between !!< and >!! actinic will read the html..

    so you could use a normal nofollow attribute like this

    !!<<a href="http://www.theurl.html" rel="nofollow">the link text</a>>!!
    Arka Tribal Jewellery

    Comment


      #3
      Brilliant, that worked.

      Many thanks

      John
      John Legg
      The Debug Store

      sigpic
      http://www.TheDebugStore.com

      Comment

      Working...
      X