Answered
HTMLEditFormat/HTMLCodeFormat with line breaks and word wrap
I'm attempting to output some user entered information to the
screen and am running into a formatting problem. If I use
HTMLEditFormat(), I lose all the line breaks, but it word wraps
nicely. If I use HTMLCodeFormat(), I get the line breaks, but the
text also doesn't word wrap, making some really wide screens, even
if I put the information in a table with specific a specific width
defined. Isn't there some way to get the best of both?? I need to
be able to keep any line breaks (sometimes they've entered lists or
have multiple paragraphs) but would like it to word wrap too so
that it's easy to read without scrolling sideways. Any
ideas??
