Label alignment problem

0
http://imgur.com/ahJ7HuT This image (hopefully) shows a small portion of a table and inside some labels. When this is rendered, the top 3 rows are correctly aligned and they are working as intended. The two comments boxes below, however, do not line up with the above rows. I have never really used CSS before but after a quick look at trying to change the alignment, I couldn't get it done. Any ideas for a quick fix?
asked
1 answers
1

The quick fix would be to not use CSS but to make three columns and put the labe in the first column and the field in the second (the third column does not need to change although you could offcourse create a fourth column and do the same here). For the last to rows you could then merge the second and third column and put here also the label in the first column.

Regards,

Ronald

answered