My code ends up like:
XXXXX XXXXX Description: XXXXX
I want:
XXXXX Description: XXXX
Align the text area box to the label, not the label to the text area,
label { width: 180px; display: inline-block; } textarea{ vertical-align: middle; } Label text