Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
Cute Editor for .NET
»
LoadText inserts <br> instead of <p></p> when BreakElement set to <p> and char set is 0d0a
LoadText inserts <br> instead of <p></p> when BreakElement set to <p> and char set is 0d0a
Last post 12-28-2006, 10:04 PM by
fredd
. 0 replies.
Sort Posts:
Oldest to newest
Newest to oldest
Previous
Next
12-28-2006, 10:04 PM
25427
fredd
Joined on 11-17-2006
Posts 449
LoadText inserts <br> instead of <p></p> when BreakElement set to <p> and char set is 0d0a
Reply
Quote
Why is LoadText doing this?
Incoming text file has CRLFs like this: 0d0a0d0a0d0a
These are interpreted by LoadText as <br><br><br> even though editor has BreakElement set to <p>
How do I fix this problem?