I have a form containing a <textarea>....</textarea>
field. after saving the text, it displays the result in a different form, but in <p>...</p>
the problem is that it shows all the lines connected together as one line
When I go into the edit box, the line appears correctly (multi-line)
how to show the whole line specified in <textarea>....</textarea>
?
source share