[TYPO3-english] Formatting LATEST/LIST tt_news container
Timo Bienk
timo.bienk at apoexpress.de
Mon Aug 31 13:10:37 CEST 2009
La Farge Douglas schrieb:
> Hi List,
>
> I'm trying to place a back ground image behind the entire LATEST/LIST
> listing including the category title. Below I have copied the entire
> output of a LIST container. I have noted where I would like to add
> span/div tags. Can anyone point me in the right direction for doing this?
> I dug through typoscript but nothing really seemed like it controlled
> this output.
hi doug,
try
plugin.tt_news {
general_stdWrap >
displayList {
# add a wrap to the subheader
subheader_stdWrap.wrap = <div class="yourclass">|</div>
}
should even work with LATEST like
plugin.tt_news.displayLatest.subheader_stdWrap.wrap = <...> | </...>
hth
Timo
More information about the TYPO3-english
mailing list