Hi,
how do I wrap long words in table cell ?
wrap long words in table
Re: wrap long words in table
You can use CSS,
Code: Select all
td{word-wrap: break-word;}