Can someone point me in the direction of a css menu "script", where I can paste code in all my pages for the menu but instead of going to every page to update the menu I just go to one page & update it and it will show up on all the other pages?? Sorry if that was confusing... I've used it before but I need a place where I can get basic code.
It wouldn't be CSS, cause you should only have one CSS sheet, but for HTML you either mean a template (where a script written in PERL or PHP actually loads the menu part of the page for you when you visit the page) or a CMS (which is kinda the same thing but there are differences). Then, you only have one copy of the HTML menu, and one change changes on all pages, since each page is getting the menu from that single source.