Announcement

Collapse
No announcement yet.

Creating hyperlinks

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

    Creating hyperlinks

    I have a couple of hyper links that I would like to create.

    they can be found at the bottom of this brochure page:-

    http://www.frazerpart.com/acatalog/C...Awareness.html

    What is the code that I need to use to make these pieces of text into hyper links that open in a new window?

    Hope somebody will be able to help me this evening!

    thanks
    max

    #2
    Try this:
    Code:
    <a href="www.thedomain.co.uk/thisismylink.html" target="_blank">some text to link</a>

    Comment


      #3
      Thanks Duncan.
      I knew it would be straight forward!

      Changes have been made to the site and the links are active.
      have a good weekend.
      Max

      Comment

      Working...
      X