CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 2003
    Posts
    3

    Wrap long texts retrieved from DB - ASP

    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.

  2. #2
    Join Date
    Jun 2002
    Location
    Sweden
    Posts
    136
    Yeah. Set a specific width of the <td> tag.
    Captain Obvious

    Documentation is your friend

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured