I have to display 4 dropdowns on a form, with a pair of dropdown on each line.
F1 F2
F3 F4
where F1,F2,F3,F4 are the dropdowns.
For formatted display, I have used <TABLE> tag with <TR> tag around F1/F2 and F3/F4.
However, my display is getting messed up. There is too much...