Andre writes "Ok, I am hoping this can be done, or at least, if it cannot, that someone tell me know before I lose my hair.
Is it possible to have information, that is entered in a text field in a form, added to a database (MS SQL), and retain it's formatting (i.e. paragraphs), without adding HTML tags to the data when it is sent to the DB. I want the data to remain clean, however, when the data is called out of the database, it will still have its original paragraph formatting intact. Is there some sort of MS SQL thing that can be done here?
I do not want to have to start adding code to every single application to 'weed' out the HTML tags.
Please help.
Thank you."