Stuck in table/form hell!
May 29, 2006 3:48 PM
Subscribe
Tell me what web-forms really, really impress you. I'm stuck in "form-developer" block mode, and after muddling through mountains and mountains of layouts and best practises sites, I think I'm about to explode.
The forms should be CSS only (no tables, unless there is tabular data involved) and valid XHTML (transitional is fine). Columnar, vertical, horizontal are all fine. Accessibility would be appreciated, but not necessary.
My current site is heavily form-based and currently using tables in order to get the column layout down. Unfortunately, the XHTML involved is messy as hell and very difficult to style consistently across the site.
I'm been trying to implement table-less forms for a few weeks now and it's been painful. I just need some inspiration (and, possibly, reasons to re-think the overall site layout). So, please send me some links to sites that really impress you (your own is fine).
(Obviously, ethics dictate that if I borrow any ideas/elements from these sites I will request permission from the developers. I would post links to my own site, but it's intranet only and not accessible to the outside world.)
Any assistance would be appreciated. Thanks.
posted by purephase to computers & internet (13 comments total)
9 users marked this as a favorite
Aside from using the
fieldsettag if you're not already, I don't have much more advice; arranging form elements using table-less XHTML/CSS really is a nightmare.posted by matthewr at 4:05 PM on May 29, 2006