wrap long words in table

Post Reply
mister_v
Posts: 188
Joined: Thu Mar 04, 2010 9:19 pm

wrap long words in table

Post by mister_v »

Hi,

how do I wrap long words in table cell ?
chris
Site Admin
Posts: 194
Joined: Mon Jul 21, 2008 9:52 am

Re: wrap long words in table

Post by chris »

You can use CSS,

Code: Select all

 td{word-wrap: break-word;}
Post Reply