I am currently re designing my web site (Who isn't - it's a long grey winter ahead!)
I have decide to copy Bruce's method of including the header, menu (side bar) and footer. Have quickly written the following to test things:
<html>
<head>
</head>
<body>
<table border="0" cellpadding="4" cellspacing="4" style="border-collapse: collapse" width="100%" id="table1">
<tr>
<!-- #include file="header.inc" -->
</tr>
<tr>
<td width="160"
<!-- #include file="side_bar.inc" -->
</td>
<td align="left" valign="top">content </td>
</tr>
<tr>
<!-- #include file="footer.inc" --></td>
</tr>
</table>
</body>
</html>
If I use the above as a template for each content page, then I can just add the page text in the middle. Is this how most of you do it?
A small problem I forsee, is that as I divide most of the site into sub folders, how do I reference the inc files if the page is nested a few levels down - ideally, I do not want to have to alter the inlude file statements for each of these pages.
Thanks for any help or guidence you can offer.
Nathan, Corfu Greece