When someone types in the following to be put into a database:
Hello,
My name is John and I am 22, and looking for a good time.
My Phone Number is:
555-NOT-REAL
Sincerely,
John D.
I want the break lines to stay there, but it seems that when I pull the value back out it comes out as follows.
Hello, My name is John and I am 22, and looking for a good time. My Phone Number is: 555-NOT-REAL Sincerely,John D.
Is there a special kind of field that keeps the format of the text that is put in? I am pretty sure that it is already in there because when I look at the field in the database the breaklines do appear. Maybe it is the way I am retrieving it?
I prefer not to have to code something to put in HTML tags, haha. Thanks!