Apr 4th, 2006
CSS Naked Day!
What happened to the design?
To know more about why styles are disabled on this website visit the
Annual CSS Naked Day website for more information. The idea behind this event is to promote Web Standards. Plain and simple. This includes proper use of (x)html, semantic markup, a good hierarchy structure, and; well, a fun play on words.
The Wildcard IRC Network is now linked up. See www.thewildcard.org for more information.

The way I see it, and what I also got from reading those two articles, is that the ONLY way the table was promoted was as an easier way to do stuff that’s really really hard to do right with CSS, and might need to be rebuilt with a smaller addition. Table-style columns (equal height, background images) spring to mind. They were not promoting going back to all tables, nor going back to all tables but with CSS instead of font tags. They were promoting using table tags as a last-resort-workaround for a very limited set of setups until CSS3 gets implemented, so they can get the job done today. It may be evil evil evil to some of you, but it’s that or five more hours writing code and testing across browsers.