Html – Forms with multiple columns, no tables

cssfieldsethtml

How to position a complex form with multiple fields in line across the screen?

Best Answer

Why are people so hell-bent on avoiding tables?

Tables are not deprecated and should be used when displaying content which logically belongs in a table.

If your form is logically grouped such that a table would be intuitive, please use a table.

Always be thinking: "What's the cleanest, simplest, most maintainable way to achieve this result."

If you want a fluid form with a variable number columns, then disregard this.