|
How did I do it? Simple! All I did was put the elements in a table like so:
I made sure to turn off all the borders, padding and spacing to make it look as though all the elements were freely placed on the page. This is one of the simplest methods to get an array of form elements to line up correctly.
You can also place form elements in text boxes, and you can make sure to line up elements which do not easily go into tables using the Align options when you have multiple elements selected. Always make sure that you have elements which are supposed to be aligned horizontally aligned at the Top. This forces all the elements to be in the same HTML row and therefore tab horizontally in order.
Remember that because form elements can change size with font settings and browsers, always make your text box or table cell containers large enough to accommodate the change in the element size.
|