T
thedarkman
I started a new directory on my main website because the root is getting too big, and noticed something weird.
Some of the files in the new directory are linked to the root like this:
<p>Back To <A HREF="\other_contributors.html" target="_blank">Other Contributors Index</A>
and others like this
<p>Back To <A HREF="/other_contributors.html" target="_blank">Other Contributors Index</A>
I've obviously made a coding error, but they both work. Weird or not?
Some of the files in the new directory are linked to the root like this:
<p>Back To <A HREF="\other_contributors.html" target="_blank">Other Contributors Index</A>
and others like this
<p>Back To <A HREF="/other_contributors.html" target="_blank">Other Contributors Index</A>
I've obviously made a coding error, but they both work. Weird or not?