Hi,
I have a form where users can enter news and they get stored in a database. So far, if they want their text to show in a new line, they have to add <br> tags to accomplish this.
Is there a way that they can just press enter as many times as spaces they want and when the content of that form is shown on the screen (extracted from the database), it will show with the correct format?
Thank You.