If your HTML table and its content are overflowing, try this CSS combination.
table
{
table-layout:fixed;
width:100%;
word-wrap:break-word;
}
Ref - http://www.456bereastreet.com/lab/table-layout-fixed/example-3.html
No comments:
Post a Comment