伙计们,我只是想制作一个带有与我的背景颜色不同的简单边框的网页。当我在 chrome 中加载网页时,它可以按我想要的方式正常工作。但如果我在 Internet Explorer 或 Firefox 中加载页面,它不会显示任何内容。我如何为 internet explore 和 firefox 解决这个问题,因为我喜欢它在 chrome 中的显示方式(它正是我想要在 chrome 中显示的方式)。这是我的代码
<html>
<body>
<table width="709" height="278" border="0" bordercolor="#000000">
<tr>
<td> </td>
</tr>
</table>
</body>
</html>