Form fields layout setting

I have a form application, but the layout of the fields of the form is not nice, see the attachment
[ATTACH=CONFIG]n62473[/ATTACH]

How to make them have vertical alignment to top? I change the setting from Fields, but nothing is changed.

Thank you

Daniel

form-1.bmp (1020 KB)

The cause is the multiedit field. Set the vertical alignment in the css section of the field (scroll down) to top and the problem is solved.

Hi Albert,

Thank you for the prompt response. But still it did not work, still the same result. On status field, I changed the vertical alignment to TOP on CSS of the title, CSS of the field and CSS of the input object, but the result is still the same as attached image on my previous post.

When I have multi line edit fields, I often create an extra block for them which I name “Description”. I then remove the label and display the block label “Description” instead, set block to one column and make the edit field wide enough to be same width as both columns in the main block above so everything looks nice and ordered.
But just keeping the multi line edit in its own block should automatically give a better column ordering for the main block with the other fields.

Thanks Frank for nice suggestion. The thing is this happen just to this form, I have other form with the similar table but have nice form layout. I will try to recreate the form, hopefully it can have nice layout.