Tried setting the BreakElement property at design time and again at run time, but CuteEditor is putting in <p></p>tags.
ex.
<p>test</p>
<p>test</p>
<p>test</p>
<p></p>
I noticed that the CuteEditor will put <br> tags IF…
1) First hit the delete key before typing or
2) Switch from normal to html back to normal view before typing.
Thanks for your help.
<CE:Editor id="Editor1" EditorWysiwygModeCss="../example.css" runat="server" BreakElement="Br" AllowPasteHtml="False" EditorOnPaste="PasteText">
<FrameStyle Height="100%" BorderWidth="1px" BorderStyle="Solid" BorderColor="#C0C0C0" Width="100%" CssClass="CuteEditorFrame" BackColor="White"></FrameStyle>
</CE:Editor>
Windows XP Pro.
IE version 6.0