I\'m trying to align the label for this text area in the middle of the text box, but it just isn\'t working. The output looks something like this:
xxxx
you can do it like this:
label { display:inline-block; vertical-align:central; } textarea { display:inline-block; vertical-align:middle; }