ladybug
04-15-2001, 09:26 AM
I need help with linking pages or images that are placed in different directories. IE works fine using a URL that points to the correct file like this example: <img src="/usa/georgia/atlanta.jpg">. However it seems that whenever there is a link that goes back in the directory structure (for instance if the html doc for the page is in the "georgia" directory and I am trying to display an image that is in the "usa" directory), then Netscape will not display the file correctly. I realize that I could just use the entire URL for each image, as in: "http://www.mysite.com/usa/georgia/atlanta.jpg", but doing that would prevent being able to preview the site off-line. Is there a way to solve this problem?