Hello
I am trying to create a form that looks somewhat like the attached image, that is to have the labels aligned to the left but the input fields and the submit button to the right.
I know this can be done with table, making a table with 6 cells, 2 columns and place the input fields into the right cells and the text in the left but I would rather not use table for this.
So, can anyone tell me how to do this with CSS, I would be greatly appreciate it!
http://www.alistapart.com/stories/practicalcss/ has a good tutorial on how to line up form elements like you used to do with tables. Read that and you should be able to style your forms the same way.
Bookmarks