Just take out all code out of the menu.
html till you jusy have the code for the actual menu then save this as menu.
html.
Now where you want the menu in the index file put the code
- Code: Select all
<?php include("menu.html");?>
Upload them to the same directory and it will automatically include the menu there.