Change the Theme
Over in the menu area on the right of the standard theme is a drop down that allows you to change the design of the site. I created several designs based on the same html code to show the power and flexibility of using CSS for web design. I got the idea of course from csszengarden.com, which was the inspiration for me to finally get into using CSS back in 2001. Prior to that I was a wizard with table based design. I dabbled with CSS, but the differences between browsers was maddening. Upon finding csszengarden.com and going through several of the linked supporting sites I learned the secrets of browser quirks and standards mode and how to force them to use standards mode. It was awesome to be free of the constraints of tables. I laugh now because there are number of web designers who want to bring back tables or rather refuse to give them up.
Tables are for tabular content. If you have a series of stats, a set of values that need to add up or similar data then a table is perfectly Ok. For layouts however, I remember the frustration of tables not being able to have different vertical dividers. If you had a table with two rows and the first row had 2 columns and the second had 3 columns, then one of the cells in the first row had to span two of the columns in the second. You could get around this by adding more columns or the taboo of table inside of tables, but it was a mess. There were a number of other table snafus that one had to deal with between browsers as well. So when I hear of someone advocating the benefit of table layouts, I just shake my head.
