instant karma
05-19-2003, 10:30 PM
When I test my links out, they have MY site adress in front of the other adress! How can I get rid of this??!!
|
View Full Version : My adress is on the links... instant karma 05-19-2003, 10:30 PM When I test my links out, they have MY site adress in front of the other adress! How can I get rid of this??!! amicus 05-19-2003, 10:34 PM i'm not sure what you mean do you have a url or something. shortstuff 05-19-2003, 10:35 PM when you link, do you only put 'www.whatever.com'? You need to make sure you include the 'http://' before each address. amicus 05-19-2003, 10:47 PM yes, if you want to use the 'www.domain.com' you have to put the 'http://' in front of it or if you're linking to an outside site you have to use the 'http://'. if it's your own site you can use what's called 'relative paths'. 'relative path' means that the path starts with the current location. (nothing means in the same directory) ../ (go up one directory) / (go back to the root directory) it's kinda confusing at first but all you really need to remember is if it's your own site use relative paths '../' and '/'. if it's someone elses site use 'http://'. instant karma 05-20-2003, 01:23 AM yeah, I did only put the www.whatever.com, thanks for the advice, guys! |