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 -

c# - Chart control: Design messed Up after clearing and re-adding Y-Values -

ruby on rails - Apipie interferes with proper error codes -