Re: [css-d] How to explain div v. table

2010-01-03 Thread Yogesh Agashe
Hi, Smashing Magazine have a nice article on this topic. http://www.smashingmagazine.com/2009/04/08/from-table-hell-to-div-hell/ HTH, Yogesh On Tue, Dec 29, 2009 at 10:01 AM, nancy wrote: > There are several people editing our website, including my boss and a > coworker. > I am officially th

Re: [css-d] How to explain div v. table

2010-01-03 Thread Tim Climis
On Tuesday, December 29, 2009 1:01:13 pm nancy wrote: > Aside from screen readers for the visually impaired, are there any other > reasons I can give? there's always my favorite: HTML is a language for describing data. Therefore, since the data (a column of text) is not tabular, it does not be

Re: [css-d] How to explain div v. table

2009-12-29 Thread Thierry Koblentz
> There are several people editing our website, including my boss and a > coworker. > I am officially the manager of the website. > Last week I showed the coworker how to change a table layout to divs with > css, but didn't do a very good job of explaining why to do it. > This week our boss suggest

[css-d] How to explain div v. table

2009-12-29 Thread nancy
There are several people editing our website, including my boss and a coworker. I am officially the manager of the website. Last week I showed the coworker how to change a table layout to divs with css, but didn't do a very good job of explaining why to do it. This week our boss suggested my cowork