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.
<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 (' ')
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.