Forums

This topic is locked

Relative path for images

Posted 17 Jan 2004 06:22:41
1
has voted
17 Jan 2004 06:22:41 David Wank posted:
I recently wrote a post about IIS and virutal directories, and how the images in my site pointed to the IIS root instead of the appropriate IIS directory.

I fixed the issue by manually changing the SRC in the properties window from /images/image1.gif to ../images/image1.gif.

Is there a way to change the default SCR setting to be ../images instead of /images?

Thanks.

Replies

Replied 18 Jan 2004 17:38:03
18 Jan 2004 17:38:03 Phil Shevlin replied:
Try putting...

<BASE HREF="www.yourpath.com/folder/">

.. in the head. Then use

/images/image1.gif

Reply to this topic