I'm using the trial version of CuteEdit. I have the code under "common" folder in my web app. Here is the HTML code on my page:
<CE:Editor id="Editor1" runat="server" ConfigurationPath="common/cutesoft_client/cuteeditor/my.config"
FilesPath="common/cutesoft_client/cuteeditor" EditorWysiwygModeCss="common/cutesoft_client/cuteeditor/my.css">
The editor loads with the toolbar specified in my.config, but CSS Style dropdown has the default values, not ones from my.css. I want to use this method to load my CSS styles. What am I missing here?
Thank you,
Alex