Create the two file header and footer and include it in all your website pages than after you just need to change the content in your header file or footer file and it will automatically change in your all files.
For example if you are using PHP than you can create file like header.php and include it in all your web pages
<?php
include("header.php");
?>
Last edited by bryanbell; 09-11-2012 at 04:13 AM..
|