Thanks for your reply Adam, when I select the same (PastePureText) on your page it works, but not on mine :(
Below is my code, does it look ok?
- <%@ Register TagPrefix="CE" Namespace="CuteEditor" Assembly="CuteEditor" %>
-
-
- <CE:Editor id="txtText" EditorWysiwygModeCss="example.css" Autoconfigure="none" Height="50" width="740" enableantispamemailencoder="true" converthtmltagstolowercase="true" showhtmlmode="true" showpreviewmode="true" runat="server" showbottombar="true" showenlargebutton="true" showdecreasebutton="true" showtoolbar="true" userelativelinks="true" activetab="Edit" maintainaspectratiowhendraggingimage="true" DisableItemList="Save,New,Delete" usefonttags="false" breakelement="br" editoronpaste="PastePureText"></CE:Editor>
Cheers,
Rich