C
celldude92
Guest
...Response.Write? Hi. I have a memo field in a database. There is a form on my website that allows users to input paragraphs into the database. I use TextArea to create these form fields. The information posts to the database perfectly; however, when you go to the "Display Paragraph" page that I created, it shows the entire paragraph on one line going off the side of the page for quite a while. I used Response.Write (recordset("FieldName"). Is there any way to make the paragraph wrap at the margins of the page other than putting it in some sort of scrollable read-only form field? Thanks in advance.