Using Includes and Active Pages
Alright there is no debate includes are the best way to code a nav right? Well, what if someone wants to indicate to the use what page they’re on? Or as I will call it the active page. Just include a script to the top of each page comparing strings with the window location, and if its true; make it look like the active page. I’m horrible with words but …
More+