Re: General problems using CuteEditor 5.1

  •  01-24-2006, 1:00 AM

    Re: General problems using CuteEditor 5.1

    Try the following

    If you use a stylesheet file,
     
    <CE:Editor id="Editor1" EditorWysiwygModeCss="../example.css" AutoParseClasses = "true" runat="server" ></CE:Editor><br />
     
    If you use common.config,
     
    <CE:Editor id="Editor1" EditorWysiwygModeCss="../example.css" AutoParseClasses = "false" runat="server" ></CE:Editor><br />
     
    It worked for me.
View Complete Thread