View Full Version : Ssi


Lou
02-03-2003, 03:03 PM
Hi,

I hope I can explain what I mean properly.
I have a site with many many pages, therefore I have to use SSI because it's too much to update or change every page individually, but the problem is, is that I have content which is in the middle.
How can I do it so I can still use SSI? Can I have two SSI like a header and a footer?

I would appreciate any help,

Thank you

Lou

starlet
02-03-2003, 06:00 PM
Yup thats how i do it...so my pages usually look like this...

<!--#include file="top.txt" -->

Content content lalala

<!--#include file="bottom.txt" -->