RE: CSS versus tables

Just from a developer who does this daily - I can layout a page with tables
in about a 1/4 of the time to do it with css (or even less depending on
complexity). The reason being is that every browser handles css so
differently. Tables are pretty straight forward and the results are almost
the same across browsers. But I will go back and forth between browsers with
css - fixing it in one, then destroying it in another and vice versa.

-----Original Message-----
From: Scott Luebking [mailto:phoenixl@sonic.net]
Sent: Friday, December 28, 2001 11:31 AM
To: w3c-wai-gl@w3.org
Subject: CSS versus tables


Hi,

Web page developers seem to prefer tables over CSS for much layout.
Has anyone done any testing of how long it takes to create a layout
using tables and then do a similar testing of producing the same
layout using CSS?

Thanks,
Scott

Received on Friday, 28 December 2001 11:44:01 UTC