I have to create a webform that looks something like this
column column - column column column column - column column label: input - label: input label: input - label: input - label: input label: input - label: input label: input label: input - label: input label: input - label: input - label: input - input: label
etc..
Now what would be the best way to go about doing this? I’ve been trying ways to accomplish with css but I’ve failed over and over again.
Should I just go ahead and use tables for this or is there a simple way to do this with css?
How about something like this?
If you like that, you might consider using fieldsets instead of divs for the columns. They style nicely and are more semantic. Either way works well though.