Centralising Jump Menu code

Soldato
Joined
11 Feb 2004
Posts
4,532
Location
Surrey, UK
I have 30 web pages, each containing the same jump menu (which contains links to the 30 pages).
Obviously, if I need to make a single change I currently have to open each of the 30 web pages.

Can I keep a single instance of the code and simply link to it in a CSS fashion?
 
You'll have to use either SSI or some other kind of server side scripting language like PHP.

This only works if it's running on an actual web server like Apache of course :)
 
Back
Top Bottom