[Typo3] RTE configuration has no effect
Jochen Rieger
j.rieger at connecta.ag
Wed Sep 14 17:17:27 CEST 2005
Hi,
maybe this is useful to you:
# ------------------------------------- #
RTE.default.proc.allowedClasses =
# specify the CSS file that contains the style definitions
# that should be applied to the edited contents
contentCSS = fileadmin/templates/css/rte.css
# specify if CSS classes not associated with any tag
# in the contentCSS style sheet should be shown
# in the block style selection list
showTagFreeClasses = 0
# specify CSS classes that may be applied to selected text:
classesCharacter =
# ------------------------------------- #
There your classes should be listed.
Greez,
Jochen
Courcy Michael wrote:
> Hi list,
>
> I use typo3 3.8 and put this TS config code in the root page of my site
> RTE.classes { green {
> name = green text
> value = font: 11px; color: #006600;
> } orange { name = orange text
> value = font: 11px; color: #FF9900;
> }
> }
> This action just have no effect in my RTE when I try to see a change in
> the Paragraph Style
>
> Did I forget something.
>
More information about the TYPO3-english
mailing list