【发布时间】:2013-09-22 17:45:50
【问题描述】:
我正在设计一个页面以添加到一个用 Wordpress 构建的网站。我正在使用 Wordpress 的 Contact Form 7 插件创建一个可以通过电子邮件提交的插件。现在,联系表格允许您设置文本框的大小,我已经设置了它们,例如到size="5" 但是,经过测试的浏览器(Chrome 和 Firefox)似乎都不尊重大小,为什么我想知道,我该如何解决这个问题?页面的临时 url 是:http://www.dustbites.com/estimate-sheet-2/,我的联系表单的 Wordpress 源代码如下:
<p>Customer: [text* Customer 30/]</p>
<p>Address: [text* Address 20/] Buzz: [text Buzz 5/5]</p>
<p>Res:[text* Res 10/10] Bus: [text Bus /10] Cell: [text Cell 10/10] Fax: [text Fax 10/10]</p>
<p>Bill To: [text Bill 10/10]</p>
<p>How did you find out about us:[checkbox Findout "Yellow Pages" "BBB" "Referral" "Internet"] Other: [text Other 15/15]</p>
【问题讨论】: