Click to See Complete Forum and Search --> : Referring to files 2 directories up


Ascendancy
05-29-2007, 02:18 PM
The only way I know how to do this is by doing something like this:


<a href="../../images/image.jpg">


Is there another way besides having to do "../" twice?

kiwibrit
05-29-2007, 02:34 PM
Not that I know of, if you want to use a relative address.

Ascendancy
05-29-2007, 04:29 PM
Yea I didn't think there was a way, I just wanted to be sure.

Thanks for the help.