On 02-Jul-06, at 8:04 PM, Philip Tellis wrote:
Sometime Today, KG cobbled together some glyphs to say:
more specifically, tabular data. Use tables only for tabular data and for nothing else.
not even for forms - using css for them is a bore
no, not for forms. the problem with using tables to layout forms is that it makes the page a headache for blind people. See http:// alistapart.com/articles/prettyaccessibleforms for a better way to do forms.
kewl - i was using labels etc inside tables and wondering why my forms were looking crappy