I'd like to create some organized web pages using HTML & PHP.
I want to have include files that will be used on the various pages (e.g. header.inc, footer.inc, styles.css, sidenav.inc ...).
I want to know how to put it all together, so that it builds uniformly, up to standards, and works correctly.
How do I construct the body (index.php) page (tables...) to hold these includes? If the body is a table with fields setup to hold the includes, is it ok to have tables in the include files? In other words, if my header.inc contains a multicell table, is it ok to include that into a table field in the body (index.php) - table in table? Or, what is the best way to set this all up?
An example of each element (index.php, header.inc, sidebar.inc...) would be helpful.
Also, what tool do you like best for constructing styles?
Thanks...
B-truE