Search This Blog

Monday, November 15, 2010

How to make word wrap in HTML table

td{
max-width: 200px; 
word-wrap: break-word;
}

No comments: