Rank: Advanced Member Groups: Member
Joined: 9/6/2007 Posts: 133
|
The editor seems to put in "<p> </p>" be default if not value is given to the Html property. This means that when a user encounters a blank editor window, clicks within the window, and types "test" then the resulting html looks like this:
<p> test</p>
How can one work around this? I realize that the user can double-click to select all contents before typing, but this is not apparent since the editor window seems empty.
I tried just replacing the "<p> " with "<p>" upon postback, but that doesn't seem the best way...
Thank you!
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
Unfortunately the editor does not have an option to remove that for you. So removing that upon postback seems to be the best way to workaround this. Sorry about that!
Thanks!
|