www.SportsAntiques.com 当我在笔记本电脑或android上查看主页时,看起来不错。但是,当我在大型显示器上观看时,它全都向左倾斜。有人可以看一下我的源代码并告诉我问题出在哪里吗?我使用FrontPage 2000构建了该站点,并且如果有任何区别,则具有共享边框。非常感谢
答案 0 :(得分:0)
在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约束,该列将展开以填充大屏幕。