Print Page | Close Window

ASP Textarea

Printed From: Web Wiz Forums
Category: General Discussion
Forum Name: Classic ASP Discussion
Forum Description: Discussion on Active Server Pages (Classic ASP).
URL: https://forums.webwiz.net/forum_posts.asp?TID=7744
Printed Date: 31 March 2026 at 11:22pm
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: ASP Textarea
Posted By: WookMaster
Subject: ASP Textarea
Date Posted: 30 November 2003 at 5:01pm

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




Replies:
Posted By: God_Struth
Date Posted: 30 November 2003 at 7:19pm
wrap="virtual"

I use that within the textarea code on the calling page if thats what you mean.

-------------
"I'm only trying to help......"


Posted By: WookMaster
Date Posted: 30 November 2003 at 7:39pm
No,  I use a text area then send the text to an access database using a form.  When I call the text back to display it if the user doesnt hit enter the text never breaks it goes in one straight line.  I wanted to keep the formatting or make it wrap around somehow.  thanks tho


Posted By: MorningZ
Date Posted: 30 November 2003 at 8:08pm

you need to put that text into a table/table-cell to restrict the width it can be in..

because there is no magic "format this output" functin available because people could have different screen resolutions, different fonts and sizes, etc



-------------
Contribute to the working anarchy we fondly call the Internet


Posted By: WookMaster
Date Posted: 30 November 2003 at 8:10pm

I feel dumb :)  thanks




Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net