align controls

  • Thread starter Charles Kevin Gann
  • Start date
C

Charles Kevin Gann

I have a form with a table split into two columns. The text labels and their
associated input boxes are gradually spacing more and more in the second
column. The spacing is very slight but the result is that the text labels
and input boxes are not correctly aligning with the same controls in the
first column. I can't find a way to nudge the controls back up a little to
have them align with the controls in the first box. It does not cause any
problems with the functionality of the form but it does look strange and
rather unappealing.

How can I fix this?
 
K

Kalyan G Reddy MVP (GGK Tech)

Hello

This usually happenes when the padding is not right. Check the padding of
the columns in the tables.
 
Top