|
Posted by Kevin Scholl on 11/15/06 03:29
K A Nuttall wrote:
> David Smithz wrote:
>
>> Is it still good to use Tables, contained within layers when
>> creting forms that the users need to fillout.
>
> It can be argued that forms are tables, so I think only the staunchest
> pedant will argue against it.
It can be argued just as staunchly that forms are NOT tables.
A lot depends on the nature of the form and how it's laid out. A simple
two column form with labels on the left and form fields on the right is
remarkably simple to present without a table, and in fact can be done
via only CSS with much less code than what it takes with a table.
Multi-column forms may, however, be tighter with a single table to lay
out the grid, then CSS to place the labels and fields within.
In general, this becomes a matter of analyzing the possible solutions
and knowing the tools and methods available to develop the best one.
--
*** Remove the DELETE from my address to reply ***
======================================================
Kevin Scholl http://www.ksscholl.com/
kscholl@comcast.DELETE.net
------------------------------------------------------
Information Architecture, Web Design and Development
------------------------------------------------------
We are the music makers, and we are the dreamers of
the dreams...
======================================================
[Back to original message]
|