I run a Sidebar on my website. What I would like to do is the following:
Because the Sidebar changes regularly and appears on multiple pages, I don't want to have to manually change the Sidebar every time there is a change.
Is it possible to have the html code for the Sidebar content on a separate page that I name sidebar.html and then I call that html code to appear in a designated table cell or div on all of my main content pages?
I am guessing this is possible but am not sure of the best way to handle this. My pages at the moment are all .html. Is there a way to do this without having to change every page to .php? Ideally I would like to keep this as simple as possible because while I have a working knowledge of coding it is not my greatest skill.
Any help would be appreciated.
Mark
Because the Sidebar changes regularly and appears on multiple pages, I don't want to have to manually change the Sidebar every time there is a change.
Is it possible to have the html code for the Sidebar content on a separate page that I name sidebar.html and then I call that html code to appear in a designated table cell or div on all of my main content pages?
I am guessing this is possible but am not sure of the best way to handle this. My pages at the moment are all .html. Is there a way to do this without having to change every page to .php? Ideally I would like to keep this as simple as possible because while I have a working knowledge of coding it is not my greatest skill.
Any help would be appreciated.
Mark