help with links

  1. #1
    stayhigh21 is offline Newbie

    help with links

    hi im adding links to other websites on my page. Can anyone tell me how to make these links open in a new page?


  2. #2
    owen is offline D-A-L Team Member (UK)
    I'm guessing that you are using HTML?

    If so, this is the code for a hyperlink:

    <a href="yourpage.htm">Your Description</a>

    This is the code for a hyperlink if you want it to open in a new window:

    <a href="yourpage.htm" target="_blank">Your Description</a>

    Hope this helps.

  3. #3
    stayhigh21 is offline Newbie
    thanks, but im using this site that converts it all for u so im not sure i can do it, its getting on my nerves tho1

  4. #4
    owen is offline D-A-L Team Member (UK)
    You'd have to give us some more details about the site you are using to convert it, etc in order for us to help you. Thanks

  5. #5
    stayhigh21 is offline Newbie
    Save 20% on AVG Internet Security 2012 Suite!
    its called 2-minute-website.com it basically is just a really simple site for building websites. all i have to do is type in the URL i wanna link to, if i try typing any html codes in it just says it cannot find the adress. thanks for the help

+ Reply to Thread