Jeralyn Merideth wrote: > 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 > >
Jeralyn, This should be marked up using a table. The first column is region, the second column date, the third column location. CSS is not meant to replace tables. Tables should still be used for marking up data. Zoe -- Zoe M. Gillenwater Design Services Manager UNC Highway Safety Research Center http://www.hsrc.unc.edu ______________________________________________________________________ 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/
