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

Popular posts from this blog

c++ - C/pp Sockets, recv()/send() works only under gdb -

GO: Serve static pages -

objective c - How to open front/back camera at the same time in iOS developing? -