验证码的输入框与图片不能对齐问题

<label for="vcode">验证码:</label>
<input type="text" name="vcode" id="vcode" placeholder="请输入验证码" />

<img src="action/GetVcode.php" style="height: 25px; 70px; position:absolute; +margin-top:1px" />

原文地址:https://www.cnblogs.com/yangwenxin/p/5812612.html