Google
 

How To Wrap Text in a Table Cell

Thursday, May 5th, 2005

An interesting question that came up today during work was how to wrap text in a table cell that does not contain any line breaks or spaces. For example: ThisIsCell1 ThisIsCell2 We want the text inside the cells to wrap to the next line instead of extending the table size. There are three ...