[TYPO3-templavoila] desgin/mapping-question
kleinerChemiker
kleinerChemiker at web.de
Sun Apr 9 20:19:25 CEST 2006
Dmitry Dulepov schrieb:
> Hi!
>
> kleinerChemiker wrote:
>> i would like to replace "<div id="leftcontent"></div>" with "<div class="menu1_1_start"></div>CONTENT<div class="menu1_1_ende"></div>" where CONTENT is of course the contentelement(s) from the pagemodul. but how can i wrap the CONTENT with the 2 div's (<div class="menu1_1_start"></div>,<div class="menu1_1_ende"></div>)? Not all contentalements together, but every contentelement should be wraped and its possible that there is no contentelement.
>
> You should not modify tt_content as suggested in parallel response
> because it affects the whole typo3. You menu should be typoscript
> object, use its wrap properties.
>
> Dmitry.
Hi,
My menu is a ts-object. But I also want to add content bevor or after de menu with the same design. So I have to wrap "<div class="menu1_1_start"></div>|<div class="menu1_1_ende"></div>" around this content, but only around these contentobejcts. The content in the main content-area must not be wraped.
tia
mik
More information about the TYPO3-project-templavoila
mailing list