Hey, I am looking to make a "next" and "previous" button for sequntial web pages i.e 1.html 2.html 3.html ect ect im sure there is some sort of code that will take the page it is on, and add one or subtract one. help? Thanks!
You can try doing that with JavaScript. There are other ways but JS will probably be the easiest one for you. You'll need to get the page name, remove the html part and then as you said it yourself -/+ it with 1 for the next and prev pages.