I'm trying to build my first forum, and one of the problems I've run into is when the user enters their message into the text area. Everything works perfectly except that it doesn't recognize any new lines. If I were to type in this:
Here's my post.
Heres a new line.
and another.
It would post on my board like this:
Here's my post. Here's a new line. and another.
What can I do to make it recognize new lines?
Ben