Hello
I need to create a number of pages which will share the same navigation menu.
My problem is that every so often I need to add an additional page which means I would need to update the navigation menu on all of the other pages.
I was wondering if there was some way to use CSS to import the menu from an external source so instead of updating every single page with a new link, I only need to update the one menu.
Frames do seem to be the easiest answer to accomplish this that I can think of for this but I want to avoid using them for various reasons.
Many Thanks.