I have a database type of TEXT that I get using rs.getString(). I then send that to the client... The problem is that the text comes as one long line and I can't get it to wrap on the browser... Any ideas on how to wrap a long string correctly? Instead of this: Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test I want this: Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test This is inside a table cell that expands to fit the long string of text... Very annoying... Any ideas are appreciated. Hunter ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
