page TSConfig: ----------------------------------------------- RTE.default { proc.allowedClasses := addToList(alarm,ok,wichtig) buttons.textstyle.tags.span.allowedClasses := addToList(alarm,ok,wichtig) } RTE.classes { alarm.name = Achtung, Achtung! alarm.value = color: red; ok.name = Okidoki ok.value = color: green; wichtig.name = Wichtigpopichtig wichtig.value = color: blue; } fe-styles.css: ----------------------------------------------- .alarm { color: red; } .ok { color: green; } .wichtig { color: blue; } rte.css: ----------------------------------------------- span.alarm { color: red; } span.ok { color: green; } span.wichtigwichtig { color: blue; } Hinweis: span. wichtig, damit das Dropdownfeld "textsytle im RTE nicht ausgegraut und deaktiviert ist! --