javascript - How to show spaces from textarea -
Hello I am saving data in a text field on page 1 then showing in page 2 on a div. However if I write in the texture
ABCD This shows it in the div (on page 2)
ABCD How do I keep line breaks?
CSS property to accept
\ n as new lines Use div {white-space: pre; }
Comments
Post a Comment