請教如何將網頁置中??

2016-07-07 16:15 来源:www.chinab4c.com 作者:ecshop专家



我的ecshop在IE 里顯示總是靠左邊, 請問怎樣設計成置中??

我試過將<CENTER>這個語言在index.dwt,加到<BODY>的下一行

基本上成功但是就將網頁里大部分文字都置中了(這樣不行的)

有沒有高手教我正確的修改方法??


感謝....

1-10日更新
我將div{margin:0 auto; padding:0;}
這個語法放進去style.css里body下一行
結果....大部分都成功了, 只差一個article_cat.php頁面
不知道為甚麼還是靠左邊不動

我的模版里css檔關於body的寫法, 希望有高手指出那裡出問題

/*reset*/
* html { filter:expression(document.execCommand("BackgroundImageCache", false, true)) }
body, p, td, th, input, select, textarea { font-size:12px; margin:0; padding:0 }
*, ul, ol, dl, dt, dd, form, ul, ol ,li { margin:0; padding:0; list-style-type:none;}
h1, h2, h3, h4, h5, h6 { font-size:12px; margin:0; padding:0 }
body { background:#fff url(images/bg.gif) repeat-x }
div{margin:0 auto; padding:0;}
th, td { font-weight:normal; text-align:left }
img, hr { border:0 }
textarea { padding:3px; border:1px solid #e0a07f }
a:link, a:visited { color:#000000; text-decoration:none }
a:hover, a:active { text-decoration:underline }

回答:
如果模板没有问题,都是正常的,该用户使用是什么模板。方便的话贴一下地址。

全局调用可能出了问题。要在css中定义引用,这种情况多数是CSS写的不规范导致,建议可以参考默认模板中的css写法。

3# zgshanghai

請看看我上面css檔的語法, 請指點一二

只看css 不行 还要看你的代码
正常的css居中代码
.cen{width:980px; margin:0 auto;}