Re: theme doc

"linoj" <[email protected]> Tue, 1 Feb 2005 19:33:50 -0500
Newsgroups gmane.comp.cms.xaraya.documentation
Organization Xaraya
Message-ID <[email protected]>
> We cannot and should not use unnecessary template inner 'wrappers' because
>
> 1. A xaraya template does not always represent a block-level structure, as 
> you might have mistakenly deducted from the BL (block layout) name. It 
> could be anything, from a single (indeterminable from template POV) 
> variable like #$content#, to an single (or series of) inline element(s) 
> like <select>...</select> which are going to be preceded or followed by 
> other inline elements upon compilation and final assembly into a document 
> level structure.
>

I suppose those div's could have a default style of
    display: inline;

but it could get excessive