hi,
it works fine for me.
below is my editor code, I using example.css as the content css.
- <RTE:Editor ID="Editor1" runat="server" ContentCss="~/example.css" />
and I using the style setting below in the example.css
- .text-style {
- color:red;
- }
last, I tested the simple html below in the editor
- <div class="text-style">abc</div>
regards,
Ken