What is the best way to code a menu into my site? I want 100 pages. So when I add link to footer or menu I want all pages to update. How do you do this with css?
You should make a php file with just your menu in. Then use a php include() on each page to include the menu. Now if you make a change to your menu in your php file it will reflect on each page.