Hi,
We are working on adding such an option. In the mean time, the easiest approach for you is to set the Editor's TextAreaCssFile property:
http://doc.essentialobjects.com/library/1/eo.web.editor.textareacssfile.aspxYou would set it to a .css file, then include something like this in that css file:
Code: CSS
p
{
padding-top: 0px;
padding-bottom: 0px;
margin-top: 0px;
margin-bottom: 0px;
}
This way it removes the extra space before and after the P element inside the editor. The reason that you are seeing "two lines" is actually caused by the default spacing on the P element.
We are working to add an option so that you will be able to have the option to choose between P, DIV or BR. We will expedite this issue and see if we can have it ready it as soon as possible.
Thanks!