[Typo3] define a wrapper for specific table layout??
Nando Bosshart
nando.bosshart at neuwerk.ch
Mon Sep 5 16:27:55 CEST 2005
Peter Russ schrieb:
> Nando Bosshart wrote:
>
>> tapio schrieb:
>>
>>> Nando Bosshart wrote:
>>>
>>>> Hi,
>>>>
>>>> i got a question regarding the tt_content.table wrapping.
>>>> Is it possible to define a specific wrapper for the table layouts 1,
>>>> 2 or 3? should look like this:
>>>>
>>>> tt_content.table.20.stdWrap.wrap = <html....> | </html ....>
>>>
>>>
>
> You have css_styled_content installed?
>
> Then your table is rendered like this:
> <table class="contenttable contenttable-0">
> <tr class="tr-even tr-0">
> <td class="td-0">Datum:</td>
> <td class="td-last">Dienstag, den 20.09.2005</td>
> </tr>
> <tr class="tr-odd tr-1">
> <td class="td-0">Uhrzeit:</td>
> <td class="td-last">09:30 Uhr Empfang und Registrierung<br
> />12:00 Uhr Ende</td>
> </tr>
> </table>
>
> Now you can define everything just using css ;-)
>
> Regs. Peter.
>
no, i cant use only css, i need to wrap a whole <table> or <DIV>-TAG
around whats outputted, and YES, i have css-Styled_content installed!
More information about the TYPO3-english
mailing list