| 1. |
Solve : Accessing Menubar source code across numerous pages? |
|
Answer» Alright, here is my situation. I have created a website with a menubar across the top of each PAGE. I want to be able to have the menubar code in a separate HTML file and have each other page access that page so I only have to change the code on one page when I have to update the menubar and not 30 other pages. The only way that I have been able to find to do this is by setting up an SSI file. Unfoprtunately that requires me to change my pages to SHTML files and change some settings on the server. This is something I am not familiar with enough to do. Is there any other simple way to do this? I am stuck.Not using simple HTML, no. And doing that would make it so I wouldn't have to change any server settings? Oh YEA. Nothing to do with the server. Once you have all the files renamed, it involves adding about 3 lines of code (to every page) to display the whole menu on every page.Alright, SOUNDS good. I'll do some research into Php now. At least I have a little direction now. Thank you. |
|