Relative paths change depending upon what page the links are located on. There are several rules to creating a link using the relative path:
* links in the same directory as the page have no path information listed
filename
* sub-directories are listed without any preceding slashes
weekly/filename
* links up one directory are listed as
../filename
--------------------------------------…
I want to do the next:
lets say i have a folder named "boom" in that folder i have two more folders "fol1" and "fol2"
I want to create a pass from a file in "fol1" to the file in "fol2"
How do i write that pass?
i've tried "fol2/file.zip" and "boom/fol2/file.zip" both didn't work.
Thanks.
01-04-2011, 01:39 PM
tracknut
To use a relative link, you'd use: "../fol2/file.zip"