If you have the capabilities I would like to suggest using PHP or SSI to include different sections of your page on every page, this makes updating a lot easier.
What you do is make a new page, say navigation.html, and then on the main page 'tell it' to include the file navigation.html, then when you need to update the navigation simply change the navigation.html file and all pages using it get the new navigation!
Example PHP code:
<?php include 'navigation.html'; ?>
Please post your website address when asking for help!
*Nanook
http://www.bains007.co.ukEdited by TheFatControlleR on 01/05/2005 21:22 (server time).