Forum Moderators: open
Include file (in PHP/ASP) are server-side script and they will output the header/footer in html, so it is not bad for search engine.
Do not hesitate to use include file, it will save you time.
I usually have an include file for:
- the header itself;
- the log bar (membership - log off/in, register, profile, etc.);
- other features (print, send to, bookmark, etc.);
- the menu bar; and
- the footer
PHP or ASP includes would be other solid approaches, if you have the support from your web host.
<added>
I see tomda and I were typing at the same time. That makes two votes!
</added>