Earlier quoted context omitted.
Sounds interesting, please link me to those guidelines if you stumble upon them!
Data Looks Better Naked: Clear Off the Table - https://www.darkhorseanalytics.com/blog/clear-off-the-table
Demystifying tables (cells inside; borders outside)
21–23 of 23 posts
Re: Demystifying tables (cells inside; borders outside)
#22Seems like modern web developers don't use tables as much as they should. I blame the "missing generation" for this. Tables used for layout was considered so bad, that many stopped using tables for tabular data. To explain more, consider this evolution of tables based for layout 1. Early 90s/2000s: Tables used for layout as no good alternatives were available 2. The "popular" kids hated tables for layout and tried to…
Re: Demystifying tables (cells inside; borders outside)
#23Seems like modern web developers don't use tables as much as they should. I blame the "missing generation" for this. Tables used for layout was considered so bad, that many stopped using tables for tabular data. To explain more, consider this evolution of tables based for layout 1. Early 90s/2000s: Tables used for layout as no good alternatives were available 2. The "popular" kids hated tables for layout and tried to…
Ha ha ha! Yeah, in hindsight I should have skipped this "right way" bandwagon and stuck with tables until this phase was over. I wasted a lot more time screwing around with "float" than I did fixing up table layouts. Even if it would have made me significantly less cool.