I added a cute editor to a page like this:
<CE:Editor ID="HelpEditor" runat="server" AllowEditServerSideCode="false" AutoConfigure="Minimal" Width="100%" Height="500px" />
I can for instance change the color or font in the editor, but whenever I retrieve the inputted text with HelpEditor.Text information like font color, font family, background color is removed automatically. How can I disable this behavior?
Thanks in advance ;)