textarea label vertical-align: middle
问题 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: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx xxxxxxxxxxxxxxxxxxxxxxxxxxxxx Synopsis: xxxxxxxxxxxxxxxxxxxxxxxxxxxx Here's the code I've been trying. TY! <style> label textarea{ vertical-align: middle; } </style> <label>Synopsis: <textarea style="border: none" rows="7" cols="60">$v_Synopsis</textarea></label> 回答1: CODEPEN DEMO HTML