----- Original Message ---- From: Jeralyn Merideth <[EMAIL PROTECTED]>
I have been making a serious effort to not use tables in any of my web projects. However, this one had me stumped (as I am still fairly new) and I used a table inside a div wrapper for the content. Is there another way to do it using only css? If so, please help because I have work related projects like this every day and would like to make the transition to all css for layout. http://www.msbanet.org/regional_meetings/regional_meetings06.htm -------------------------------------- I think the distinction to make is the difference between layout and the display of data. That looks to me like tabular data, so displaying the data in a table is just fine. It could also be considered a list of data, so you may work it into ordered, unordered, or even a definition list if you think the data could be related that way. -- Sam ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
