[TYPO3-content-rendering] htmlarea and span.userdefined

Carla Froitzheim cf at cf-webservice.de
Tue Aug 9 00:43:56 CEST 2005


Alexander Maringer wrote:

>I defined an external cssStyle and in this file, i defined two 
>custom-formats:
>span.specRowEven{background:#ddddee;}
>p.specRowEven{background:#ddddee;}
>
>Both show up in the htmlarea, but ... if I use the span tag and save, than 
>the span-tag is removed. I changed only the contentCSS on the default full 
>configuration.
>
>Please give me a hint.
>
>  
>
This is needed in your RTE configuration to keep your span tags:

RTE.config.tt_content.bodytext.proc.allowedClasses = specRowEven, 
anotherSpanClass

Carla






More information about the TYPO3-project-content-rendering mailing list