[TYPO3] Page content in div marker

Irene Höppner irene.hoeppner at abezet.de
Mon Nov 12 16:43:38 CET 2007


> For example as marked subpart in html template file like:
> In html template file:
> <div id="randomimage">RANDOM IMAGE HERE</div>
> and in template:
> subparts.randomimage = ???(page id=5 content)
>
> Is it possible? Can anyone point me in right direction?

try this:

subparts.randomimage < styles.content.get
subparts.randomimage.select.pidInList = 5


More information about the TYPO3-english mailing list