在第三行最後一行使用div保留錯誤。我沒有看到什麼?引發錯誤的HTML代碼片段
<div id="PageContent">
<div align="left" style="margin-left:24px"">
<h2>Login to manage store</h2>
<p> </p>
</div>
<br/>
</div>
<?php
include_once("../template_footer.php"); ?>
</div> //error
</body>
</html>
什麼是錯誤? – brbcoding
'style'參數使用兩個雙引號('「」')關閉。它不應該與錯誤有任何關係,但應該在任何情況下予以解決。 –
HTML引發錯誤?非常unlikley ..你會得到最糟糕的錯誤將是HTML顯示不正確 –