Need help pathing images from other sub-directories

liunx

Guest
This is the way my site is set up<br />
<br />
root<br />
|___bookings<br />
|___images<br />
| |___backgrounds<br />
| |___buttons<br />
|<br />
|___other<br />
<br />
<br />
My htm files in the bookings directory need to find the background gifs in the backgrounds dir. I don't want to use my website address to link the images<br />
(e.g. <!-- m --><a class="postlink" href="http://www.website.net/images/backgrounds/filename.gif">http://www.website.net/images/backgrounds/filename.gif</a><!-- m -->)<br />
since I want to see the page layout out of my hard drive without being on-line. What is the proper way to path the images? I will keep that same path when I upload my files.<br />
<br />
I've tried ../../images/backgrounds/filename.gif<br />
I've tried ././images/backgrounds/filename.gif<br />
<br />
But it didn't work.<br />
<br />
Any suggestions?<!--content-->../images/backgrounds/filename.gif - should do it.<br />
<br />
Good luck!<br />
Darren<!--content-->
 
Back
Top