I have been asked to vertically align the text in the labels for the fields in a form but I don\'t understand why they are not moving. I have tried putting in-line styles using
The vertical-align style is used in table cells, so that won't do anything for you here.
vertical-align
To align the labels to the input boxes, you can use line-height:
line-height
line-height: 25px;