首页 > wordpress 图片无法居中

wordpress 图片无法居中

主题是flat(应该挺多人用过的),自己稍微了修改了一点。
反正文章里普通图片的居中选项没有任何效果,但是有注释的图片可以正常居中。而在编辑器里这两种图片都能正常居中。就像下面这个页面一样http://forer.cn/archives/256
我对css不是很熟悉,试了很多次都不能让这个图片正常居中,希望有大大能帮忙解决下。

<a href="http://mapledm-wordpress.stor.sinaapp.com/uploads/2014/08/2.png"><img class=" wp-image-92 size-full aligncenter" src="http://mapledm-wordpress.stor.sinaapp.com/uploads/2014/08/2.png" alt="2" width="102" height="44" /></a>

[caption id="attachment_92" align="aligncenter" width="102"]<a href="http://mapledm-wordpress.stor.sinaapp.com/uploads/2014/08/2.png"><img class="wp-image-92 size-full" src="http://mapledm-wordpress.stor.sinaapp.com/uploads/2014/08/2.png" alt="2" width="102" height="44" /></a> 居中[/caption]

或者,.aligncenter{ display: block,margin: 0 auto; }


将图片放到段落<p>中,在<p>tag中加上align='center'图片就没问题了。


margin: 5px auto; 是要block的元素才可以正常居中的,所以可以给这个img设为display:block,当然还有其他办法。

【热门文章】
【热门文章】