Announcement

Collapse
No announcement yet.

Multiple Links

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

    Multiple Links

    Hi

    I have set up fragments to be displayed within boxes on my homepage.

    I would like to set up a few very special links with partners companies within one box on my home page called Friends & Partners. I can't work out how to modify my templates to accommodate more than one link. Can anyone help?

    Thanks

    Geraldine

    www.stardustkids.co.uk
    Stardust Funky Kids T-Shirts

    #2
    Can you not perhaps add these links into the text of the fragment like this...
    !!<<a href....link1.....a><br><a href....link2.....a>>!!

    Comment


      #3
      Morning Duncan

      Could you explain a little more? Do I need to modify the fragment code with your code or does it go in the text box? Where do I define each link?

      Thanks

      Geraldine
      Stardust Funky Kids T-Shirts

      Comment


        #4
        It would go in the fragment text box. You won't need to modify the fragment code. They would however have to be hard coded links. I do this on my links pages.

        Comment


          #5
          Where do I need to hard code the links? Can you give me an example of the html?

          Thanks

          Geraldine
          Stardust Funky Kids T-Shirts

          Comment


            #6
            Another option would be to create a brouchure page called Friends & Partners. Then for each link create a fragment, give it the title of the link and a description and image if you want. Then add [LINK] and add the external url as the link - dont forget to add target=blank to the end otherwise the external site will replace you site and you will loose the visitor.

            Comment


              #7
              Here's an example if you code them yourself in the fragment's text:
              !!<
              <a href="http://www.mylink1.co.uk/" target="_blank">Link 1</a>
              <br>
              <a href="http://www.mylink2.co.uk/" target="_blank">Link 2</a>
              >!!

              Comment


                #8
                Can you also add a description of the site in the code. Can your give me an html example.

                Thanks

                Geraldine
                Stardust Funky Kids T-Shirts

                Comment


                  #9
                  The link text desription would be inserted in my above example where it says 'Link 1' and 'Link 2'. In more detail eg:

                  !!<
                  <a href="http://www.mylink1.co.uk/" target="_blank">Visit Mylink1 for the best kids T shirts</a>
                  <br>
                  Mylink1 offer great kids T shirts at discount prices.
                  <br><br>
                  <a href="http://www.mylink1.co.uk/" target="_blank">Visit Mylink2 for the worst kids T shirts</a>
                  <br>
                  Mylink2 offer terrible kids T shirts at expensive prices.
                  >!!

                  Comment

                  Working...
                  X