HTML Code:
<?php
include("header.html");
?>
<?php
include("footer.html");
?>
header.html
HTML Code:
<H1 ALIGN=CENTER>Welcome</H1>
footer.html
HTML Code:
Copyright © 2008
I don't know how to do this without PHP but this should be what your looking for.
