AlternativeNick 0 Report post Posted September 16, 2006 hi, im having a bit of a problem... i know that this is possible, but not sure how :Show can i have a link to another directory on my site, say the setup is like this Index| || |___Dir 1--> Page 1| --> Page 2||____Dir 2--> Page 3 --> Page 4 Just wondering how i could link from page 1 to page 4 without using http://forums.xisto.com/no_longer_exists/if you understand. :SI know that for linking to subdirectories, its just /subdir/page Notice from BuffaloHELP: Try not to use "site (dot) com" it's actually a site. Instead try sitename or domain_name Share this post Link to post Share on other sites
jlhaslip 4 Report post Posted September 16, 2006 Use Relative addressing by inserting "../" in the link paths to "go back one folder".I wrote a small test for doing this once and I still have it uploaded, so here is the URL: http://forums.xisto.com/no_longer_exists/.Do a view source of each page to see how the "../" can be used. The "../" takes you back one directory on the path, but then you need to add the folder names to travel down towards the target file. Only other way is to use php coding, or another scripting language. Share this post Link to post Share on other sites
AlternativeNick 0 Report post Posted September 18, 2006 well thanks xD thats acually exactly what i was looking for, cya Share this post Link to post Share on other sites