How can you "grab" the format from a text area? Say that I type in a paragraph and then click enter twice to make a new line. How do I transfer that space into the database where I store the info at? Instead of using html tags in the news, it does it automatically.
For examples I would like this:
Test section here of information so this is an example.
Start a new paragraph here so it looks better.
But unless I put in the <br> command in the form it just saves the above information as:
Test section here of information so this is an example.Start a new paragraph here so it looks better.
How do I get it to read the format I use in the text box?