I have to upgrade old web site, the one big problem is menu on the right side.
It has at least 20 menu buttons - pages, and when they need to do simply update, they need to update each (20) pages.
I would like to put something, which will remove that each page has it's own menu, something like single file to update and that will reflect to all pages.
What is the best thing to do, can you give me some directions, links, or any help.
You need a server side include. What kind of server side scripting do you have? SSI? Perl? PHP?
“The power of the Web is in its universality. Access by everyone regardless of disability is an essential aspect.”
—Tim Berners-Lee, W3C Director and inventor of the World Wide Web
You'll need to rename your pages with a ".php" name extensions, or you can change that with the serer configurations. Put your menu in a file in your root and use something like:
“The power of the Web is in its universality. Access by everyone regardless of disability is an essential aspect.”
—Tim Berners-Lee, W3C Director and inventor of the World Wide Web
Thanks for that, I will sure try that, can I ask you what will happen to those pages with integrated menu, How will they look after I remove menu form subpages.
Bookmarks