[TYPO3-english] Automaketemplate and wrapping

Pero Peric pperic at mail.com
Thu May 16 16:09:33 CEST 2013


Hi,

One simple question. I have this in html template:

<div id="foo">

</div>

and in TS i have something like:

plugin.tx_automaketemplate_pi1 {
   elements.DIV.id.foo = 1
}

Is it possible to make TYPO3 to overwrite that DIV with inserted content 
rather then to have something like:

<div id="foo">
   ...inserted content...
</div>

I need only

   ...inserted content...

without div. THX!

Regards.


More information about the TYPO3-english mailing list