Word wrapping column headers of the table object

How can I make the column headers of the table object multiple rows and force the text in the header to wrap?

thanks
travis

What you need to do is to use HTML to insert line breaks into the header text. For instance, <HTML>This will be<BR>two lines

The only trick to this is that the height of the entire table header row is determined by the height of the first header.

Hope this helps,

3 Likes