What are you trying to do?. If you simply want to recreate the same
navigational structure across the site then the answer is yes. You can
create a nav structure and place it in each page on your site. On each
page, though, make sure the paths assigned for each link are correct.
If you are looking for a solution in which you create the menu one time and
have all the pages on your site point to that one nav structure then you
should look into server side includes. You can read up on it here:
http://httpd.apache.org/docs/1.3/howto/ssi.html. With SSI, you create the
menu one time and point each page in your site to that one particular file.
Any changes you need to make are only made once and are then reflected
through the entire site.
You should also consider looking into a menu system that automates much of
the work for you. Project VII has some excellent tools for this:
http://www.projectseven.com/products...tems/index.htm
Good luck.
John
I can be done using a server side include
"peewee_larkin" <webforumsuser (AT) macromedia (DOT) com> wrote
Quote:
Hi!
I'd like to apply a standard navigation menu to all the pages in my site.
Can it be done, or do I need to write the menu for all individual pages?
Thanks for any advice! |