Hi everyone,
I run a webpage that's relatively low-tech, and I hope to keep it that way. However, using HTML alone has become something of a chore for updating the navigation links.
Each HTML document on my page uses the same basic format, navigational links and ads in a column on the left, content on the right. When I publish a new page, I simply open an old article, rename it, and cut/paste new content between the header and footer common to every page.
Well, when I want to change anything in that common header (including left side nav links) or footer I have to copy paste into every single HTML document. We publish new context twice a week, so the HTML documents are slowly adding up.
I have a message forum (installed by my hosting package) that runs on php. I've been successful in customizing its "overall header" and "overall footer" with the rest of my site.
I was wondering if something can be done with php for the main site? Something that would allow me to change the common header or footer in one coding file and have it reflected on every HTML page on the site. However, I don't want to effect such a huge change that I'll have to go in and change all my links to pages within site. I'd like to retain the ".html" extensions that I already have, if possible.
Is php the way to go? Again, I want to keep it as low-tech as possible. I don't want my site to look any different. I just want an easier way to update the headers and footers.
Thanks,
Vio