我正在尝试为使用图像背景的基本 HTML 表单设置样式:
<form style="
background:url(http://moneythink.org/wp-content/uploads/2012/06/Moneythink-Newsletter-Signup-Background.jpg) no-repeat;
padding:90px 0px 60px 122px;">
<input type="email" value="Email" name="EMAIL"
class="required email" id="mce-EMAIL"
style="width: 100px;" style="padding-bottom: 5px;">
<input type="image" src="http://moneythink.org/wp-content/uploads/2012/06/Submit-Button.jpg"
alt="Submit button" style=" padding-left: 57px; padding-bottom: -40px;"
name="subscribe" id="mc-embedded-subscribe">
</form>
一切都按预期进行,但由于某种原因,我无法让“提交”按钮直接出现在文本字段下方;它一直出现在它旁边,在右边。
有关如何解决此问题的任何提示?