[TYPO3-RTE] htmlarea CSS Styles and <table>

Alexander Maringer maringer at maringer-it.de
Mon Jun 5 01:57:33 CEST 2006


Hi Uschi,

I entered some hogher step of this problem ;-)
I don't know why, but also td- and tr-styles in the css-files are not 
always recognized. Some are, some aren't.

CU

Alexander

Uschi Renziehausen schrieb:
> Hi Alexander,
> 
> i just encountered the same problem with the deactivated selection for 
> table and tbody classes. The trick is, the table class will only be 
> activated, if you have defined a class for tbody as well:
> 
> <code contentCSS>
>      table.greyborder {border: 1px solid #B4C1C8;}
>      tbody.greyborder {}
>      table.test {color:red;}
>      tbody.test {}
>      tr.yellow {background-color: #FFF7B9;}
>      tr.nowrap {white-space: nowrap;}
>      th.nowrap {white-space: nowrap;}
>      td {padding: 0px 4px;}
>  </code contentCSS>
> 
> Perhaps we should ask Stanislas to deal separately with the two?
> 
> Have a nice weekend, Uschi
> 
> Alexander Maringer wrote:
>> Hi,
>>
>> thanks a lot for the great work on th new RTE.
>>
>> OK, upgrade from 3.8 was a little bit difficult, because some new 
>> conf-features are included and it didn't behave like the old one. But 
>> never the less great work.
>>
>> I have a real stupid problem. At first some lines of code:
>> <code pageTSconfig>
>>         disableAlignmentFieldsetInTableOperations = 0
>>         disableSpacingFieldsetInTableOperations = 0
>>         disableColorFieldsetInTableOperations = 0
>>         disableLayoutFieldsetInTableOperations = 0
>>         disableBordersFieldsetInTableOperations = 0
>> </code pageTSconfig>
>>
>> <code contentCSS>
>>     table.greyborder {border: 1px solid #B4C1C8;}
>>     table.test {color:red;}
>>     tr.yellow {background-color: #FFF7B9;}
>>     tr.nowrap {white-space: nowrap;}
>>     th.nowrap {white-space: nowrap;}
>>     td {padding: 0px 4px;}
>> </code contentCSS>
>>
>> All td, th and tr work perfect, I can seöect them out of the row and 
>> cell properties.
>> But the table-Style and also a test tbody-style aren't displayed in 
>> the RTE. Can anybody help me please??
>>
>> Thanks a lot
>>
>> Alexander



More information about the TYPO3-project-rte mailing list