Form elements

Hey All,

Myself and a colleague have done some tests regarding forms. Form in 
general are HELL for developers and designers. Why can we not ensure 
that all form elements that are not already block level be block level. 
The majority of web users prefer to have forms laid out:

label
form element

label
form element

I know this can be done easily with CSS but, when users access a site 
and do not have CSS available forms get very messed up. I believe each 
form element should be block level by default. We should not have to use 
<br> to ensure our forms display correctly for all.

Anyone else have any thoughts on this? Some form elements are block 
level by default, why not make all of them block level by default?

Looking forward to your thoughts.
Schalk

Received on Friday, 25 May 2007 22:11:03 UTC