Hi, Is there any way to dynamically insert a Header and Footer into multiple HTML web pages, so that if I want to edit the footer (for example) I only need to do it in one place? Thanks!
ofcause you can however, what you require, requires logic, therefore you cannot do it by presentation technology alone such as html, css etc. You need to implement logic within your site by using a programming language such as java, c# so on so forth.