www.sportsantiques.com当我在笔记本电脑或Android上查看主页时,看起来不错。但是,当我在大型监视器上查看它时,一切都偏向左侧。有人可以查看我的源代码,并告诉我上面的问题。我使用Frontpage 2000建造了网站,如果有任何区别,则共享了边界。非常感谢
在HTML中,有两个<div>
元素的id="fb-root"
具有width: 987
的样式:
<td valign="top" width="24"></td>
<td valign="top">
<div id="fb-root" style="width: 987; height: 48274">
<div id="fb-root" style="width: 987; height: 58405">
<p align="center" style="margin-top: 0; margin-bottom: 0">
对于大屏幕,该宽度约束中心列的宽度。删除TBOSE约束,列将扩展以填充大屏幕。