求助:怎么让图片在浏览器中居中显示
发布网友
发布时间:2022-04-23 21:04
我来回答
共1个回答
热心网友
时间:2022-04-23 22:33
是插入图片还是图片作背景?
1,如果是插入图片。
a.<div id="top"; style=" width:740px;margin:0 auto;text-align:center"><img src="bdlogo.png"/></div>
b.<div id="top"; style=" width:740px;margin:0 auto;"><center><img src="bdlogo.png"/></center></div>
2,如果是背景图片
那就直接在容器中加入style="background:url(bdlogo.png) no-repeat center center"