我尝试使用按钮作为图像创建form
。我的问题是它没有出现。
<form style="text-align: center:" action="http://foo.net/foo" method="post">
<input style="border: 1px solid #C0C0C0; width: 250px; padding: 3px; font-size: 25px;" type="text" name="email" placeholder="E-Mail" size="24" onfocus="this.value='';" />
<input style="width: 250px; height: 100px; border: 0; background-color: #fff;" type="image" alt="free cookies" src="/files/2013/09/button-cookies.gif" />
</form>
守则中有什么问题吗?
答案 0 :(得分:0)
我想问题出在这里:
"text-align: center:"
最后删除“:”......也许会有所帮助。
同时重新检查图像路径
答案 1 :(得分:0)
这是WordPress的一个问题!为此而烦恼。保存表单之间的代码将被删除。这是一个权利问题。