I'm making a section where users can add comments, and they use a <textarea>, much like this one.
My problem is in making it look nice on the page. What happens is I lose the new lines. How do I insert a <br> tag each time they have hit the enter key?
Note: I tried the easy way out, using a <pre> tag, but that didn't do well. It made my tables long and disgusting, and I can't have that. They only solution is to insert the line break, I believe.