First, let's take a look at this link. The page appears as a scroll bar and the page is large. This is what we don't want to see!
Http://www.cnblogs.com/tuyile006/archive/2006/05/07/393254.html
When the textbox is set to multiple rows, if too much input content is entered, the table will be supported in the foreground, which is indeed a little annoying!
This is not a big question. I think it is necessary to discuss the solution.
When we want to implement textbox to implement multiple rows, we need to set textmode to multiline. If we want to implement automatic line feed, we need to set wrap to true, then we will lose
When data is imported, the new line can be automatically wrapped in the textbox. When we display the entered data, it is possible that the above link makes the page large;
The solution is as follows: add style = "word-break: Break-all" to the <TD> tab at the front end, then everything is OK.