|
I think that's just relative URLs versus absolute ones. <A HREF="t64280">..</A> is a relative URL and would link to this exact thread, since the browser (not the forum software!) will combine "t64280" with whatever URL you used to navigate to this page. <A HREF="http://www.somewhere.com">..</A> is an absolute URL and would make the browser throw away the current URL and just go to "http:// www.somewhere.com" (ignore the space after http://). <A HREF="www.somewhere.com">..</A> is a relative URL again and is a common mistake (which we will try to auto-correct in the future).
|