I have a website that I am creating, and each page is a seperate HTML file. However, I created each file from one main one, so that they are all identical looking, except for the content in the main body.
My problem is, though, I have a sidebar (Made from a <div> with a CSS rule) in each and every one of my HTML files. But, I would like to have all of the information in all of my sidebars be the same, but I don't want to have to edit it more than one time. How can I change that? Is there any way to link all of those <div> tags together? I REALLY must know.
My problem is, though, I have a sidebar (Made from a <div> with a CSS rule) in each and every one of my HTML files. But, I would like to have all of the information in all of my sidebars be the same, but I don't want to have to edit it more than one time. How can I change that? Is there any way to link all of those <div> tags together? I REALLY must know.