我對構建網站非常陌生,即。我上週從零開始教自己。我設計了一個主題並通過cPanel將其上傳到Wordpress。該網站在Chrome瀏覽器中看起來很棒,但我的提交按鈕和表單在IE中缺失,而且Firefox中的所有表格都完全錯誤。窗體在Internet Explorer中消失
任何人都可以提出一個解決這個問題嗎?
這裏是我的網站:http://bespokecook.co.uk/
網站的內容是不完整的,因爲它是一個朋友的新公司。
我真的很感激任何建議在所有...
<div id="content">
<table id="contactform">
<tr>
<td class="form" ROWSPAN="2">
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<?php the_content(__('(more...)')); ?>
<?php endwhile; else: ?>
<?php _e('oops... Sorry this page cannot be found'); ?></p><?php endif; ?>
<form method="post" action="mailto:[email protected]?Subject=Enquiry from bespokecook.co.uk" >
<input class="contactform" required="required" type="text" name="Your-name" placeholder="Your name*">
<input class="contactform" required="required" type="text" name="Your-surname" placeholder="Your surname*">
<input class="contactform" required="required" type="tel" name="Telephone" placeholder="Telephone*">
<input class="contactform" required="required" type="email" name="Email" placeholder="Email*">
<div id="scroll-bar"><textarea class="contactform" maxlength="2000" spellcheck="true" name="textarea" rows="15" cols="100" placeholder="Anything else you'd like to tell us?"></textarea></div>
<p>*This field is required</p>
<a href="http://bespokecook.co.uk/contact"><input align="left" value="Send Email" class="submit" type="submit" name="submit" value="SEND US YOUR PLANS"></a>
</td>
</form>
<td class="jim-no" ROWSPAN="2"></td>
<td class="sidebar-1"><a><img class="aligncenter" src="http://bespokecook.co.uk/wp-content/uploads/2015/05/IMG_7454.jpg" alt="" width="100%" /></a></td>
</tr>
<tr>
<td class="sidebar">
<h4>Telephone</h4>
<p>07754 626113</p>
<h4>Email</h4>
<a href="mailto:[email protected]?Subject=Enquiry from bespokecook.co.uk" target="_top"<p>[email protected]</p></a>
</td>
</tr>
</table>
</div>
你應該發佈看起來並不適用於所有瀏覽器的代碼 – Andrew
是!我知道!無法解決如何解決這個問題... – Katy
你可以發佈'