Hi,
how do I wrap long words in table cell ?
wrap long words in table
-
chris
- Site Admin
- Posts: 216
- Joined: Mon Jul 21, 2008 9:52 am
Re: wrap long words in table
You can use CSS,
Code: Select all
td{word-wrap: break-word;}