<p> introduced on new line in IE

147 views Asked by At

Using CustomRadEditorCtrl, when hitting a new line on Firefox or Chrome, it introduces a <br/> tag, which is fine for us. However in IE the editor wraps up the line inside <p>...</p> tags, thus introducing a double spacing. Is there any way to put IE in line with the other browsers? We have tried edit.NewLineMode = EditorNewLineModes.Br to no avail

0

There are 0 answers