When I try to link a button off my site, it goes to myurl.com/URL-I-WANT

Discussion in 'HTML & Website Design' started by InvestInPixels, Mar 28, 2013.

  1. #1
    Hi there,

    I'm tying to link a couple of buttons to a website. However, rather than going to 'URL-I-WANT.com', the buttons go to 'MYURL.com/URL-I-WANT.com' - how can I make them go straight to the URL I want?

    Thanks.
     
    Solved! View solution.
    InvestInPixels, Mar 28, 2013 IP
  2. #2
    Put the full path to the website. Instead of
    <a href="google.com">Link</a>
    HTML:
    use
    <a href="http://www.google.com">Link</a>
    HTML:
     
    jhine, Mar 28, 2013 IP
    InvestInPixels likes this.
  3. InvestInPixels

    InvestInPixels Member

    Messages:
    500
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    45
    #3
    Worked a treat, thank you!
     
    InvestInPixels, Mar 28, 2013 IP