CSS Challenge
The CSS Challenge maintains that “tables are OK”.
Yep. Certainly are.And for tabularly laid out data like this, I’d probably still use them, I think. CSS didn’t mean deprecating the TABLE element, it meant using it appropriately, without unsemantic stuff.
(I reckon there’s a reasonably easy solution with vertical-align and making INPUT elements float: left, mind).
—–