iancoates
Oct 4 2010, 07:53 PM
Hi all,
I hope this in the right section...
When I have a text area in a form formatting, specifically return line breaks, are removed and the text is continuous. Using this though you can add code such as <b> etc. However when I have an email() body text line break text areas are still there, just like this forum.
Therefore the question is how can I make my text area behave like this, with line breaks.
Thanks
Ian
Pixeltor
Oct 5 2010, 12:45 AM
Hi my (real name) is Ian too!
use
nl2br("TEXT WITH SEPARATE LINES");
nl2br
iancoates
Oct 5 2010, 07:29 AM
Thanks Ian
I'll give it a go
Cheers
nfljerseys
Oct 6 2010, 02:57 AM
When I have a text area in a form formatting, specifically return line breaks, are removed and the text is continuous. Using this though you can add code such as However when I have an email() body text line break text areas are still there, just like this forum.