Hello everyone!
I have a field called Highlights, and a user types the highlights into a form which are then put into a table in a database under the field highlights.
Anyways, I want to print the information in highlights to the screen BUT I don't want it to print on one line. I want it to print as if someone pressed "enter" to get to the next line.
How can I do this? Is this possible? Is it possible to allow the user to decide where the "enter" should go??
For example:
The user types:
Hello everyone,
How is everyone today??
right now it prints:
Hello everyone, How is everyone today??
And I want it to print:
Hello everyone,
How is everyone today??
I hope this made sense. Sorry If it didn't!
Thanks so much for your time!!