/ Published in: CSS
URL: http://www.456bereastreet.com/archive/200704/how_to_prevent_html_tables_from_becoming_too_wide/
Expand |
Embed | Plain Text
table { table-layout:fixed; width:100%; overflow:hidden; border:1px solid #f00; word-wrap:break-word; }
You need to login to post a comment.
