I want to create a template for my website to help give it a consistent look and feel. I'm not very experienced with html, and I have virtually no script experience, so this might be a dumb question that everyone but me knows the answer to.
My layout is organized into table cells like so:
------------------------------
| | header/graphic/ |
| filler | banner |
------------------------------
| | |
| links | content |
| | |
| | |
------------------------------
I want the template to fill the cells for 'filler', 'header/et.al', and 'links' from a separate file (*.txt or *.htm). I know to use <img src="etc"> for any cells that include only images, but for other cells ... how do i pull in html from a different file?
Thanks,
-MW