A friend of mine recently started working on building a php calendar class. Sure, it’s been done before. About a trillion times. But he needed one and felt like exploring it anyway.
I’m posting this as a reference to learn a bit more about correctly writing and styling html tables. A calendar is really just a collection of tabular data, so it’s a good idea to use an HTML table.
Read through this article (Terrific Tables with CSS) by Jonathon Snook over at sitepoint
