首页 > 代码库 > HTML中使图片居中显示

HTML中使图片居中显示

注:imageId为图片id
<style type="text/css"> #imageId
{ display:block; position:relative; margin:auto; } </style>

 

HTML中使图片居中显示