I am trying to leave tables behind completely, as I move to fully responsive designs on my sites.
One thing I can't solve, and this is possibly just a quirk of how I am wired after more than a decade of using the table/tr/td hierarchy for everything, is that I can't seem to be able to create an ACTUAL table with CSS. Not for layout, mind you, but rather a table that presents information like a spreadsheet, with borders around each cell, etc.
Obviously, this is easily doable with tables, but I can't get the CSS DIV syntax right. I just end up with a long list, each time, and it's driving me batty!
(Keep in mind that I am capable of re-writing things like Foundation and Skeleton, so I am not a complete doofus, it's just that there is some sort of cognitive dissonance at play here).
Any suggestions? I am ashamed to even ask, but if I could get the code right, and then style it so it can be responsive, I'll send you all cookies. :-D