Internet Explorer のアプリケーションで基本的な問題が発生しています。他のすべての主要なブラウザー、Chrome、Safari、Opera、Firefox では、他の主要なブラウザーではこのレイアウトの問題は発生しませんでしたが、Internet Explorer では発生します。
アプリケーションを開く (Internet Explorer)
問題
最後の表の列が、最後の表の列の隣ではなく、下に表示されるのはなぜですか? 以下はコードです:
$outputform.="
<form action='QandATable.php' method='post' id='sessionForm'>
<table>
<tr>
<th>9: Room and Building:</th>
<th>Building: {$buildingHTML}</th>
<th>Room: {$roomHTML}</th>
</tr>
</table>
</form>
";
echo $outputform;