moondance
09-18-2003, 06:34 AM
hmmm just wondering something
i noticed that when i upload a web page, with say a link to another web page in the same directory, the hyperlink from the first page can just be <a href = "page2.html">, because i assume its in the same directory.
Is there any difference / advantage between having your links as :
<a href = "page2.html">
or
<a href = "http://www.mydomain.com/page2.html">
?
i noticed that when i upload a web page, with say a link to another web page in the same directory, the hyperlink from the first page can just be <a href = "page2.html">, because i assume its in the same directory.
Is there any difference / advantage between having your links as :
<a href = "page2.html">
or
<a href = "http://www.mydomain.com/page2.html">
?