0

我可以加载页面,它将一直到左按刷新,然后加载居中!我用铬! http://www.soldbybillcox.com/index.html

同样在http://www.soldbybillcox.com/listings.html我似乎无法让页面居中!

最重要的是如何删除 www。从 url 确定滚动条是否会出现在 iframe 中

4

2 回答 2

2

将整个页面包装在一个 DIV 标记中,如下所示:

<div style="margin: 0 auto; width: 912px;">
    /*You page and stuff*/
</div>

请注意,“912”可以更改,只需使其与页面宽度完全相同。

于 2012-07-14T02:31:25.343 回答
1

<div id="container" style="margin:0 auto width:960px">
All the content here...
</div>
于 2012-07-14T12:50:44.153 回答