Paul Rubin wrote: > I don't know that the browser necessarily renders that faster than it > renders a table, but there's surely less crap in the HTML, which is > always good.��I�may�start�using�that�method.
Using tables for layout is also a cardinal faux pas if you care about accessibility, as such tables can really mess up things like screenreader software for the sight-impaired. Jeffrey -- http://mail.python.org/mailman/listinfo/python-list
