----- Original Message ----- From: tom < Subject: Re: Web Site Domains
> On 15 Mar 2002 at 12:22, William Robb wrote: > > > > What you want to do is set a website up with relative URLs, > > which would look like this: > > <A HREF="../98jun/jun1.htm"> > > > > Now, the browser will go looking for the link, starting at the > > root directory of the website, indicated by "../", then into the > > directory path specified. by 98jun/jun1.htm. > > > "../" indicates one level up from the current url, or more generically speaking, up a directory from where the link is. Woops, I knew that. > > Also, a URL specified from the root of the server would be absolute. Yes and no. It is an absolute in that it will look to the root directory of that website, but it is portable from one server to another with no recoding. William Robb - This message is from the Pentax-Discuss Mail List. To unsubscribe, go to http://www.pdml.net and follow the directions. Don't forget to visit the Pentax Users' Gallery at http://pug.komkon.org .

