A table is a good option for static calendars. i.e a grid. On the flip side, using a list based calendar, you'll be able to present it in different ways by altering the style rules for the elements, e.g as a pseudo-grid, a list etc etc. And of course, there's no reason why you can't do both options - the data used in the calendar is separate to the HTML, right ?
HTH J On Wednesday 06 August 2008 10:43:49 8bits Media wrote: > There's a few different opinions out there, but I think I agree with > the responses from people on the list, tables make more sense. I > found this example of a calendar marked up using a list > http://www.cssnewbie.com/list-based-css-calendar/ but I think I'll be using > a table in this instance. > > Nick. > ******************************************************************* List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [EMAIL PROTECTED] *******************************************************************
