您的位置:首页 > 其它

DIV内图片居中显示

2013-08-13 20:51 239 查看
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>新建网页 1</title>
<style>
div {
border:1px solid red;
text-align:center;
}
img {
margin:0 auto
}
</style>
</head>
<body>
<div><img src="http://www.17cha8.cn/images/default/logo.gif"></div>
</body>
</html>
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: