|
|
|
|
|
|
You can use SSI (Server Side Includes) http://httpd.apache.org/docs/1.3/howto/ssi.html.html ... the best way would be to use a server side langage like PHP (simple and easy to learn)
<?php include "http://www.mydomain/header.php" ?> <stong>MY HTML CODE IN THE MAIN CELL</strong> <?php include "http://www.mydomain/footer.php" ?> |