Announcement

Collapse
No announcement yet.

Force new page from a Fragment

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

    Force new page from a Fragment

    I have set up a Section for linking with other sites. Each link being created in a Fragment.

    The url works fine but goes to the site and my page is lost. So how can I [if I can] employ a target_blank so it opens in a new window?

    TIA Duncan
    Ph: 0845 838 1 839
    Skype: GiftsLine

    #2
    As you say you need to add the target="_blank" into your existing code eg

    Code:
    <a href="http://www......" target="_blank">link text</a>


    Bikster
    SellerDeck Designs and Responsive Themes

    Comment


      #3
      Thank you for the code line but I'm not coding the page. What I want to do is use a fragement for each cross link. But I only get a URL to work directly to another site. Leaving me behind.
      Where can this be employed within the fragment.

      I hope that explains more of what I'm trying to achieve.

      TIA Duncan
      Ph: 0845 838 1 839
      Skype: GiftsLine

      Comment


        #4
        In the text area of the fragment use the following code

        Code:
        Check out this site on widgets by !!<<a href="http://www.site.com/widgets.htm" target="_blank">Clicking this link</a>>!!
        the bits between !!< and >!! will be set as HTML code and not raw text


        Bikster
        SellerDeck Designs and Responsive Themes

        Comment


          #5
          Thanks!!!

          I need new a new brain, I had set the wrong layout and so the text box was blanked out!

          Cheers.

          It's one of those days - I couldn't remember how to spell 'does' this morning.

          Oh well back to something simpler like html
          Ph: 0845 838 1 839
          Skype: GiftsLine

          Comment


            #6
            Could you help on this one?

            I want to add a mailto in the same way but that dosen't work with the usual string.

            Canit/will it work from the text in the Fragment?

            TIA Duncan
            Ph: 0845 838 1 839
            Skype: GiftsLine

            Comment


              #7
              Code:
              !!<<a href="mailto:sales@site.com">email link </a>>!!


              Bikster
              SellerDeck Designs and Responsive Themes

              Comment

              Working...
              X