In some of my online forms, I have a number of large 'textarea' cfinput elements that I have provided to allow the user to enter large amounts of text onto a MS Access database. I have made the 'textarea' cfinput elements deliberately large to allow the user to enter the text in paragraphs, within the 'textarea' elements using the Return key.
However, when the text is returned to the screen from the database the carriage returns are no longer there and the text appears as one huge, long paragraph.
Does anyone know of a method of storing the position of carriage Returns in a text string, so that when returned from the database the paragraph structure is preserved in the 'textarea' cfinput element.
Regards
Blackmore
However, when the text is returned to the screen from the database the carriage returns are no longer there and the text appears as one huge, long paragraph.
Does anyone know of a method of storing the position of carriage Returns in a text string, so that when returned from the database the paragraph structure is preserved in the 'textarea' cfinput element.
Regards
Blackmore
Comment