This combined solution worked for me, I wanted equal width columns
<style type="text/css">
table {
table-layout: fixed;
word-wrap: break-word;
}
table th, table td {
overflow: hidden;
}
</style>
No comments:
Post a Comment
Do you think it could be useful for you? Share your thoughts with us!