Designing input data forms with CSS
All of the examples of input data forms that I find have the fields stacked on top each other, i.e.
Label: Input text box
Label: Input text box
Label: Input text box
I would like to lay my forms out like:
Label: Input text box Label: Input text box
Label: Input text box Label: Input text box Label: Input text box Label: Input text box
etc.
I am trying to use the <fieldset> tag.
Doing this is SO easy with tables but I can't seem to be able to do using html and css.
Appreciate any help you can give me.
|