From: Eloi G. <el...@re...> - 2004-08-10 13:56:28
|
>That sounds like a very interesting approach. But I don't quite understand, >Eloi, what you mean by asking whether Pagemaster 'fully supports page >templates now'. > The last time I looked at a PageMaster installation (admittedly a long time ago), it had a default template, but it didn't seem to have a way to choose another one. The function of the page template is to lay out the sections, so if there's any tags you have to enclose the page in or non-section-specific information (like date published, category information, nav links, common javascript, etc.), that can all be specified here so you don't have to mess around with the various themes. >ultimately Pagemaster just strings all those sections (each sitting in a >table) in a line down the page. It's not clear to me how one would put that >in a two-column layout without modifying the PageMaster code. > It strings the -html- in a line down the page. The tags contained therein specifies how the sections will be laid out. > Most of the >options I can think of for a series of section templates like the one you >suggest would make individual templates sensitive to the proper use of other >templates (e.g. one template starts a <div> and another finishes it). > > For the more complex layouts, yes. |