well, I'm about to make a website for a friend, he wants the pages to be in HTML so that he could edit them anytime he wants cause as you all know HTML is the easiest web code.
The website will contain up to 50 HTML pages and a drop down menu in the header.
I know my friend will change the drop down menu contents from time to time, and for sure he'll never pass over all pages to change the menu code every time he add or remove a URL in the menu.
I know about <iframe> but it can't be done with <iframe> because it's a drop down menu and the menu contents must go over the page contents so <ifram> will not work.
I'm looking for a way to include the menu HTML code from an external file to all site pages in its place so that my friend can edit the menu once each time he change the drop down contents.
Thank you for reading my question. I would be grateful to read your suggestions
The website will contain up to 50 HTML pages and a drop down menu in the header.
I know my friend will change the drop down menu contents from time to time, and for sure he'll never pass over all pages to change the menu code every time he add or remove a URL in the menu.
I know about <iframe> but it can't be done with <iframe> because it's a drop down menu and the menu contents must go over the page contents so <ifram> will not work.
I'm looking for a way to include the menu HTML code from an external file to all site pages in its place so that my friend can edit the menu once each time he change the drop down contents.
Thank you for reading my question. I would be grateful to read your suggestions