QUOTE (mattrobs @ Dec 5 2004, 07:02 PM)
For each aspect of your site (like posts page, archives page, comments page) do you create a seperate template for each?
Here is a good run down of the basic templating structure:
What Do All These Templates Do?
QUOTE
Does each template have to contain a full page (from the < HTML> to < /HTML>)? Or can it be parts (like only the post table, or body text)
No, they don't. They do by
default, but you are free to modify/add/delete the templates as you wish, adding whatever HTML or MT tags you wish for whatever your purpose.

QUOTE
If that is so, what if I wanted to change something non-css related in my site. Would I have to go through every single template and repeatedly change each one?
Possibly. It would depend how you'd set your site up, basically. In addition to Index Templates, and the like, you can also create Template Modules. You can then easily include the contents of these modules into other templates (meaning on the module needs to be updated with your changes). As you can have MT output whatever templates you like, you can also use MT generated content for
PHP and other types of server-side includes.

For more information about Templates, Modules, and MTInclude (a tag to include modules and even files), see the
User Manual.