标签: html css alignment
我有图像和文字。图像向左对齐,因为我希望文本在图像旁边。图片和文字均位于<p></p>。
<p></p>
现在。我想插入在前面的文字和图片下显示的附加文字。
怎么做?
一些代码:
<p><img src="image.gif" align="left" width="300" height="200"> Good paragraph of text</p> <p>Text that I want to appear below the text and the image above</p>
答案 0 :(得分:13)
最简单的解决方案是将CSS样式属性添加到第二个p,如:
p
<p style="clear: both;">