I still use tables for layout, partially. In order to make it responsive, I combine multiple tables with inline-block to allow the tables to reflow on the page.
There are more "modern" ways of doing this, but I haven't found any that are also compatible with my goals of maintaining backwards compatibility.
There are more "modern" ways of doing this, but I haven't found any that are also compatible with my goals of maintaining backwards compatibility.