PlainText not working as expected.

  •  02-06-2007, 9:44 AM

    PlainText not working as expected.

    I am finding that the PlainText is not working as expected.

    When I called it, I expected the line breaks to stay in the text.  But what I get is a complete run on sentence.

    So I had to switch to PlainTextWithLineFeeds, and then replace the <p> and <br> with \n\n and \n.  Now I'm finding that the &nbsp is not getting stripped so I'm going to have to put a check in my code for that.

    Any feedback would be appreciated.
View Complete Thread