I am using a textarea input field in my database, I fixed the formatting issue for when the user presses enter with this:
' Response.write Replace(rsGuestbook("jobdesc"),Chr(13) & Chr '(10),"<br>")
My problem is when your typing a single sentence, if the user never presses enter it comes out one long line across the page. But with textarea when your typing it automatically wraps the words to the next line. Is there anyway to display this formatting when reading from the database. Thanks for any help