Hi all
I'm putting together a website that will have many pages (up to 30) in different directory's. I'd like users to be able to navigate between the pages in each directory by clicking next / previous buttons.
Is there a way to code link paths in html to load the next/previous page in a directory without having to type absolute or relative links in each of them.
e.g clicking next loads page2.html / clicking next again loads page3.html
Or should I be looking at javascript for a solution...


Reply With Quote
Bookmarks