HTML中的UL标签
ul中的li标签定义文字和文本域两项,怎么把左面的文字放在文本域的正中间?<ul>
<li><div algin="center">寄语textarea name="order.wish" rows="5" cols="40" style="background-color:#eeeeee"></textarea></div></li>
</ul>
<li><textarea name="order.wish" rows="5" cols="40" style="background-color:#eeeeee; text-align:center">寄语</textarea></li>
<li><div style="width:300px"><div style=" width:40px; margin:0 auto">寄语</div><textarea name="order.wish" rows="5" cols="40" style="background-color:#eeeeee"></textarea></div></li>不知道你要哪种