Then it's:
<!--#include virtual="/header.txt" -->
<!--#include virtual="/footer.txt" -->
Place on the pages wherever you want the insert to appear (and the extra space belongs there at the end).
It'll usually be on .shtml pages, but on some servers you can get it to work for .html by putting this into .htaccess:
AddType text/html .html
AddHandler server-parsed .html
Is that what you were looking for?
Is it possible to have an include that has an include with in it?
Sure is. I have static web pages that use an include for my header. The include header contains my logo and other things. In this include page I have another include page for two search boxes. I've had no problems with compatibility with browsers on this either.
Brian
<? include("footer.txt")?>