Johnrock Codefee
Wednesday, October 21, 2009
How to make auto line break in HTML table td element
CSS can imperfectly solved this issue asa below
.table
{
table-layout: fixed;
}
.td
{
word-break: break-all;
word-wrap:break-word;
}
Newer Post
Older Post
Home