Faking Min Width on a Table Column
The good ol’ <table>
tag is the most semantic HTML for showing tabular data. But I find it very hard to control how the table is presented, particularly column widths in a dynamic environment where you might not know how …