What you are wanting is include files that has the copy for the footer in it and so in the future to change the footer you just change the footer.html file and then all pages are corrected. sHTML, PHP, .Net, ASP, CFM and others all have a very easy line for doing it but remember that the footer file only includes the code for the footer and doesnt have <html><body> etc tags <!--#include file="footer.shtml"--> Code (shtml): <?php include("footer.php"); ?> Code (PHP): <!--#include file="footer.asp"--> Code (ASP): <cfinclude template="footer.cfm"> Code (CFM):
Thanks a bunch. I think I have someone to do the banner stuff. Footer is done because of you. Rep added. Also sorry for posting in wrong section. Should have been services. Sorry. Thread Closed