ok i know that you dont want to use javascript but i guarantee you this is an extremely simple fix that i have used for a long time! and it doesnt mess up layouts or anything.
This Goes in index.html (or any of your other pages) and it goes in place of the code for your navigation menu.
Code:
<script language="javascript" type="text/javascript"
src="/path to the file/nav.txt"></script>
this is the code in nav.txt
Code:
document.write(' <ul> <li> <a="href:blablabla"> BlaBlaBla </a> </li> <!-- etc etc etc.--> ')
All of the html code in nav.txt MUST BE ON ONE LINE. Basically dont press enter. your text editor may word wrap it into many lines, but as long as you dont press enter, the browser will treat it as one line.
That will put your navigation menu into one file that will update to all the pages at the same time.
Hope this helps!
-JL Griffin
Bookmarks