[TYPO3-english] How to wrap several items of a CONTENT cObject?

Ernesto Domato edomat at gmail.com
Thu Aug 25 22:44:08 CEST 2011


Hi folks,

What I want to do is to wrap with a <div class="something"> each
content gathered with the CONTENT cObject select property,

I tried:

lib.test = CONTENT
lib.test.table = tt_content
lib.test.select.pidInList = 10,11,12
lib.test.stdWrap = <div class="something">|</div>

but it doesn't worked because I'm misunderstanding the stdWrap
property of the CONTENT cObject.

So, how could I do this?

Thanks for all.
Ernesto


More information about the TYPO3-english mailing list