sv_t7 propagated the following meme:
>
> Has anyone found a good non-table way of representing the calendar?
The point of a "table-free layout" is not to do away with tables entirely.
Tables are still perfectly valid HTML, you're just not supposed to use them
purely for layout. Where you are presenting something that is tabular by
nature (i.e. a calendar), a table is entirely appropriate.
Charles Miller