Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
Cute Editor for .NET
»
Re: Set <p> tag as single line space
Set <p> tag as single line space
Last post 12-05-2011, 6:00 AM by
Kenneth
. 1 replies.
Sort Posts:
Oldest to newest
Newest to oldest
Previous
Next
12-04-2011, 7:48 PM
71781
HISOKA
Joined on 11-25-2011
Posts 3
Set <p> tag as single line space
Reply
Quote
Hi,
Would it be possible that having a <p> tag as line break and single line spacing in every line like <br> behavior?
Thanks.
12-05-2011, 6:00 AM
71785
in reply to
71781
Kenneth
Joined on 02-13-2008
Posts 3,886
Re: Set <p> tag as single line space
Reply
Quote
Hi HISOKA,
Yes, please set property BreakElement="P"
<CE:Editor ID="editor1" runat="server" BreakElement="P">
</CE:Editor>
Online example
http://www.cutesoft.net/example/oncarriagereturn.aspx
Regards,
Ken