I was wondering how to make it so that things come out the way users input them into text box. The way I have a script set up it won't read line breaks or other things unless they are in html. For instance, if I want to type:
a
r
I really have to type:
a<br>
r
See what I'm saying? So, how do I make so that the stuff is parsed and has new lines and stuff?