【css】使用外边距使div居中

body{text-align:center;}

#wrapper{
width:920px;//符合1024*768分辨率
margin:0 auto;
text-align:left;
}//怎么把图片加进来??

你可能感兴趣的:(css,布局)