View Single Post
  #2 (permalink)  
Old 03-30-2008, 04:27 PM
chili5's Avatar   
chili5 chili5 is offline
Code Warrior
 
Join Date: Mar 2008
Age: 15
Posts: 3,632
Rep Power: 32
chili5 is a name known to allchili5 is a name known to allchili5 is a name known to allchili5 is a name known to allchili5 is a name known to allchili5 is a name known to all
Default Re: Including header file using HTML

HTML Code:
<?php
include("header.html");
?>

<?php
include("footer.html");
?>
header.html

HTML Code:
<H1 ALIGN=CENTER>Welcome</H1>
footer.html

HTML Code:
Copyright &copy; 2008
I don't know how to do this without PHP but this should be what your looking for.
__________________
Emo Philips - "My computer beat me at checkers, but I sure beat it at kickboxing."
Reply With Quote