【发布时间】:2016-10-29 16:19:44
【问题描述】:
我希望将“文本”移动到图像的右侧,当我对齐图像标签并使用 align="left" 时,它会将所有文本带到图像的右侧,但我希望标题保持在下方.我想我可能缺少一个附加标签来做到这一点。有什么建议?这是一封电子邮件。
<figure style="margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px;">
<img src="http://image.comm.housingpartnership.net/lib/fe9513727667017c70/m/1/Robin+Hughes.jpg" title="Robin Hughes" alt="Robin Hughes" border="0" hspace="0" vspace="0" mdid="ff508d18-ad83-4b37-a12c-f8249c7917dc" width="160" height="240" style="width: 160px; height: 240px;" />
<figcaption>Caption Here</figcaption>
</figure>
<p id="text-placeholder" style="margin-top: 0px; margin-bottom: 0px;">
<font face="Arial">
<span style="font-size: 13px;">
Text
</span>
</font>
</p>
【问题讨论】: