Re: Stupid Question
by "Steve Mount" <steve(at)saltyrain.com>
|
| Date: |
Thu, 6 Mar 2003 14:30:38 -0500 |
| To: |
"cbirds" <cbirds(at)earthlink.net>, "HWG" <hwg-techniques(at)mail.hwg.org> |
| References: |
hwg |
| |
todo: View
Thread,
Original
|
|
In the example you give:
<img src="../../../images/picture.jpg">
Alternately, you can use add "base" tag in each page's head, though it may
cause other problems, as all relative URLs will use the new base:
<base href="http://www.domain.org/">
And then <img src="images/picture.jpg"> will work.
-------------------------------------------------------------
Steve Mount, Software Engineer steve(at)saltyrain.com
Home Site http://www.saltyrain.com
US Constitution Online http://www.usconstitution.net
----- Original Message -----
From: "cbirds" <cbirds(at)earthlink.net>
To: "HWG" <hwg-techniques(at)mail.hwg.org>
Sent: Thursday, March 06, 2003 1:25 PM
Subject: Stupid Question
> I have the normal image folder here for example:
>
> http://www.domain.org/images/
>
> Images are coded into normal pages thusly:
>
> "images/picture.jpg"
>
> I have a file "hidden" in some nested folders like so:
>
> http://www.domain.org/1/2/3/file.html
>
> Question: How do I allow that page to use the images in the first folder?
> Is the only way to provide the whole thing like this?
>
> http://www.domain.org/images/picture.jpg
>
>
>
HWG hwg-techniques mailing list archives,
maintained by Webmasters @ IWA
This page is part of a preserved archive of archives.hwg.org. The site is no longer active and its content is not maintained. For enquiries about this archive, write to archive(at)iwanet.org.