radeditor adding <p> </p> . Actual HTML just have <p></p> Also when we swtich beween edit, HTMl and preview . It add &NBSP;
The entity inside the paragraph tags is added on purpose. If you remove it the browser won't be able to render the new line. What I also noticed when testing the requested behavior is that IE automatically fills the contents of the empty tags with even when the content filters of the editor are disabled: http://demos.telerik.com/aspnet-ajax/editor/examples/builtincontentfilters/defaultcs.aspx. I was able to reproduce this behavior in other WYSIWYG editors as well as in an editable iframe, which means that this is a browser behavior.