quote:
Originally posted by Napbree
Alternatively you could have one index.php with all of those pages in it but you would need to know PHP.
If you have php, make one page with all the navigation menu in it and then use
code:
<? include("navigation.php"); ?>
where you want the navigation to be