Modern thinking on web design is shunning the much loved table tag in html. The most compelling reason is to make it easier to accommodate responsive designs, but there are additional reasons as well. For many the last bastion for the table is when displaying a list of records, after all tabular data should still fill at home in a table, butt if you allow this exception you bump into challenges leading to the table tags fall from grace in the first place. The problem is that tables require a rigid ......