[Typo3] define a wrapper for specific table layout??

Peter Russ peter.russ at 4many.net
Mon Sep 5 16:22:48 CEST 2005


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.

-- 
_____________________________
4Many® Services
openBC: http://www.openbc.com/go/invuid/Peter_Russ



More information about the TYPO3-english mailing list