Problem with editor

  •  05-14-2008, 4:05 AM

    Problem with editor

    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 ;)
View Complete Thread