Hello,
Can anyone give me any tips on embedding the CKEditor into a form? I use the following line which displays the editor successfully:
<dnn:texteditor id="Texteditor1" ClientIDMode="Static" runat="server" height="100%" width="100%"></dnn:texteditor>
The problem is that this 'breaks' my form. The form is fine up to the point where the editor is inserted. Thereafter the form layout is ignored and some form elements are missing. So I presume the html generated by the ckeditor is not well formed.
Has anyone else had a similar experience?
Steve