我在对齐图像时出现文字问题。无法将图像与文字对齐
#content img{
border: 2px solid black;
vertical-align: middle;
}
<div id="content">
<h1><b>Company News 1</b></h1>
<img src="http://www.placehold.it/120x120">
<span style="">
A lot of text...
</span>
</div>
结果是这样的:
我在做什么错?
你想要的布局是什么? – Alohci
看到这个链接有人已经回答这可能会帮助你http://stackoverflow.com/questions/6282403/how-to-vertically-align-a-div-next-to-an-image – krishna
看到这也http:///www.htmlgoodies.com/tutorials/getting_started/article.php/3479311/So-You-Want-To-Align-Text-Huh.htm – krishna