Help!! Webpage Url is always in front of anchor-text weblinks. When uploaded to site.

Discussion in 'HTML & Website Design' started by Matrixzer0, Oct 13, 2008.

  1. #1
    I got a free html template. I changed some stuff with Dreamweaver 8. I saved it to php. I selected some text to be turned into anchor text. Like this:

    <a href="www.surveys4money.com">survey money</a>

    But after I upload the php index file. To hostgator via ftp. The website links are all wrong. Instead of the link going to www.surveys4money.com. It does this:

    http://the-gift-given.com/www.surveys4money.com.



    The-gift-given.com is my website. What is going on exactly???


    I need this fixed ASAP.
     
    Matrixzer0, Oct 13, 2008 IP
  2. vagrant

    vagrant Peon

    Messages:
    2,284
    Likes Received:
    181
    Best Answers:
    0
    Trophy Points:
    0
    #2
    <a href="www.surveys4money.com">survey money</a>

    should be
    <a href="http://www.surveys4money.com">survey money</a>

    you forgot the http://

    also the link before that on your page Survey Contest Program you have
    you need to remove the (' ')
     
    vagrant, Oct 13, 2008 IP
  3. Matrixzer0

    Matrixzer0 Active Member

    Messages:
    155
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    53
    #3
    I think its server side.

    I may have to park the domain. Instead on placing it as a add-on domain.


    I am basically not sure what to do. I the website name is always being attached to the anchor-text weblinks.

    So the anchor-text weblink is always invalid.
     
    Matrixzer0, Oct 13, 2008 IP