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

java - org.apache.http.ProtocolException: Target host is not specified -

java - Gradle dependencies: compile project by relative path -

ruby on rails - Object doesn't support #inspect when used with .include -