Forum Moderators: coopster
See how this line is below the above line? It's because I hit enter twice.
In my web application, these carraige returns are visible in the text area, but as soon as you insert the record, they are removed and everything exists on just one line (word wrapping to fit the table they're displayed in).
However, entering <br> instead of just hitting enter translates the carriage return and displays it correctly. But I don't want the user to have to enter <br> for every line break.