either use PHP
<?php include("header.txt"); ?>
and rename the files to .php or .phtml or write a .htacces to be able to use php on .htm pages
or use SSI
think it's something like this:
< !--#include virtual="header.txt"-->
rename the files to .shtml or again wirte the .htacces
regards
|