【发布时间】:2016-01-20 07:48:22
【问题描述】:
我有这个 html 结构:
<div style="text-align: center; margin-top: 100px;width:100%;vertical-align:center">
<p>
<span id="spn">Some dummy text</span>
<span><img class="size-full wp-image-647 aligncenter" src="http://image.png" alt="website_repairman" width="300" height="325" /></span>
</p>
</div>
我想将图像居中放置在页面中间,文本位于图像的右侧或左侧,但它应该在中间垂直对齐。
【问题讨论】: