Welcome Guest Search | Active Topics | Sign In | Register

extra space with editor Options
quirtep
Posted: Monday, December 15, 2008 5:37:07 AM
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!
eo_support
Posted: Monday, December 15, 2008 7:19:37 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,096
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!


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.