[TYPO3-templavoila] Container for Elements / Sections and their output
Andreas Jonderko
anj2j at yahoo.de
Fri Mar 23 03:19:27 CET 2007
Hello Templavoila friends,
Im a little bit confused about the output of a mapped fce as:
SECTION
-Container
--Element
--Element
--Element
-Container
SECTION
from HTML:
<div class='section'>
<div class='container'>
<div class='element1'>hello world</div>
<div class='element2'>hello world</div>
<div class='element3'>hello world</div>
</div>
</div>
i expected the output to be:
<div class='section'>
<div class='container'>
<div class='element1'>hello world</div>
<div class='element2'>hello world</div>
<div class='element3'>hello world</div>
</div>
<div class='container'>
<div class='element1'>hello world</div>
<div class='element2'>hello world</div>
<div class='element3'>hello world</div>
</div>
</div>
but it deletes the "container" div, and puts the elements into section...
Is it wanted? It would be great if TV would not change the given
structure, so developers could give alredy css classes / JavaScript DOM
Targets etc. and see the ready output in the same way.
Best regards,
and shoot at me if im wrong ;D
More information about the TYPO3-project-templavoila
mailing list