【发布时间】:2020-05-21 00:21:52
【问题描述】:
我需要为一个页面创建内容,该页面在一个内容的左侧有一个小图标图像。
我认为这很容易弄清楚,但我无法让文本与图像的底部对齐。 例如,请参阅附件图片,了解我想要弄清楚的内容。 这是我一直在使用的代码:
<p>
<img src="http://www.example.com/smiley.jpg" alt="Smiley face image"
style="float:left; width:42px; height:42px;"><span style="vertical-align:bottom">This
is one line of text with image on the left side</span>
</p>
有什么建议吗?
【问题讨论】: