LoadText inserts <br> instead of <p></p> when BreakElement set to <p> and char set is 0d0a

  •  12-28-2006, 10:04 PM

    LoadText inserts <br> instead of <p></p> when BreakElement set to <p> and char set is 0d0a

    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?
     
     
     
     
View Complete Thread