Please help:
ok - so the problem has nothing to do with the template or the CSS link but we still can't make it work:
We have CuteEditor in an ascx control that is loaded into our main aspx page. In the On_Load event of the ascx control we are doing this:
Editor1.EditorWysiwygModeCss ="../ourApp/StyleSheets/example.css";
The example.css file is a copy of the example.css provided in the CuteEditor download.
The dropdown populates, and when assigned to text, a span of class="example" is created, however the editor does not render the style visually.
We looked at the example provided. We even removed the CSS link from the example (to match our page) and it still renders class assignments properly once the post back is done to populate the drop down. So we assume that the Editor is internally populating the style settings when the parse is done. Makes sense.
So, why then, if the drop down is getting populated in our page's instance of the Editor, would it not render the class style?
Obviously we are off-base somewhere but we can't see it.
Can anyone help sort out the dummies at this end ???