Nothing to do with Macs, except that I'm using one to design a website... 
I need help with relative paths. OK, so I know that if I have a document http://www.mydomain.com/index.html and I want to call an image http://www.mydomain.com/images/logo.gif I can just do src="images/logo.gif".
But what if I have a document http://www.mydomain.com/news/index.html and I want to use the same image? How do I indicate that "images" is a branch off the base directory, not the current one?
I think it involves periods or homes or roots or something...?
I need help with relative paths. OK, so I know that if I have a document http://www.mydomain.com/index.html and I want to call an image http://www.mydomain.com/images/logo.gif I can just do src="images/logo.gif".
But what if I have a document http://www.mydomain.com/news/index.html and I want to use the same image? How do I indicate that "images" is a branch off the base directory, not the current one?
I think it involves periods or homes or roots or something...?