Fix big HTML table rendering in IE
It is well-known since the burst of the dot-com bubble that tables are bad for layout. But tables still makes perfect sense to present huge quantities of tabular data.
The thing is, Internet Explorer can't cope with big HTML tables. So when it encounters a huge number of cells ...
