I'm guessing I need some type of backend, but maybe not. Say I have a page that has a header and footer that are server side includes with only the body not an include. Anyone know a way to edit the includes and have them save along with the page I'm editing? Basically its a link between pages that will save multiple documents when you save a single document.
Like this:
< start header >
Header images and text
< end header >
< start body >
TEXT TEXT TEXT
< end body>
< start footer >
footer images and text
< end footer >
So basically everything between the header tags would save to a file called header.txt and everything in the footer tags would save to footer.txt.
What do I need to set something like this up?
Thanks guys, you are always a great help!
Like this:
< start header >
Header images and text
< end header >
< start body >
TEXT TEXT TEXT
< end body>
< start footer >
footer images and text
< end footer >
So basically everything between the header tags would save to a file called header.txt and everything in the footer tags would save to footer.txt.
What do I need to set something like this up?
Thanks guys, you are always a great help!