Announcement

Collapse
No announcement yet.

linking in HTML

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

    linking in HTML

    Hi,
    Does anybody know how to link from inside HTML typically a table of contents to another part of the site, Without any HTML in the fragment text box it is no problem but the moment you use HTML wrapped in the usual !!< >!! tags, it works but displays the closing HTML tag and the !!< >!! tags used when embedding seperate HTML.

    Thanks

    KSI

    #2
    Embedded HTML works fine in Fragment. E.g.
    Code:
    !!<<a href="http://news.bbc.co.uk">Read The News</a>>!!
    More likely you're doing something wrong. Post your code so we can see.
    Norman - www.drillpine.biz
    Edinburgh, U K / Bitez, Turkey

    Comment


      #3
      linking.

      Hi Norman,

      Thanks for the reply, yes I know that using standard <a href=""></a> tags or normal HTML work fine I was referring to using the [LINK] system in the software, try the same but use the [link] tool and see the result, its no great problem it just makes life easier, support have told me that they are aware it does not work in this manner.

      Thanks

      Andy.

      Comment


        #4
        If you mean something like this in the Fragment Text field:
        Code:
        !!<Blah blah [LINK] more blah.>!!
        Is displaying unwanted stuff.

        The instead use:
        Code:
        !!<Blah blah>!! [LINK] !!<more blah.>!!
        If that's not it, then since you've still not accurately said what you're trying to do it's hard to second guess what you mean. Please post sample code and clearly state where such code goes.
        Norman - www.drillpine.biz
        Edinburgh, U K / Bitez, Turkey

        Comment


          #5
          Linking

          Norman,

          Thanks for your help, the second option cured it okay-

          Andy.

          Comment

          Working...
          X