Announcement

Collapse
No announcement yet.

Problem using Links in page fragments

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

    #16
    Have you tried changing that to as Norman suggests?

    You now have a copy in the forum of how it currently looks, so change it around and see what happens. You can always change back if needed.

    Comment


      #17
      Changed

      Hi Lee,
      I have done as you say and fiddled, but this had not had any effect.
      Anyone tell me what I need to do as I really don't want to mess things up and as you can see I don't know the ins and outs of programming.
      All worked well in V7 and the upgrade I recently did obviously has a different set-up.
      Cheers.
      Mark
      If everything in life were simple there would be no challenge!

      Comment


        #18
        Put this in that field and tell me what happens:

        <a href="%s" target="%s">%s</a>

        Comment


          #19
          Link

          Hi Lee,
          I did that and got the following when clicking on a link.
          http://www.bmfa.org%20target=/
          Thanks.
          Mark
          If everything in life were simple there would be no challenge!

          Comment


            #20
            _blank

            v9.0.1

            ID 2058 default text

            Code:
            <a href="%s" target="%s">%s</a>
            changing to load in new window

            Code:
            <a href="%s" target="_blank">%s</a>
            ouputs the link to screen as "_self" opposed to the text as specified for the [LINK] url



            Bikster
            SellerDeck Designs and Responsive Themes

            Comment


              #21
              John - you need to change it to something like:

              Code:
              <a href="%s" target="_blank" dummy="%s">%s</a>

              Comment


                #22
                Cheers Chris - will give it a whirl when back at base.

                I already have a class="n" in there (tried with and without) so hopefully that will not interfere. Will report back accordingly.


                Bikster
                SellerDeck Designs and Responsive Themes

                Comment

                Working...
                X