Click to See Complete Forum and Search --> : Wrap long texts retrieved from DB - ASP


praveeng78
April 12th, 2003, 01:59 AM
I am trying to display some text from a database on a html page, the html for which is generated in the vbscript. On a form I have a text area that takes long input text. My problem is that the text is displayed as a single line if not delimited by newline (hitting enter) and as a result, long lines which cross the screen dimensions are displayed.

Is there a way to make the text wrap in a table cell??

Thanx.

Metaphor
April 12th, 2003, 03:54 AM
Yeah. Set a specific width of the <td> tag.