我想把一个图像和一个块两个
在一行中,但如果在图像上使用浮动,它将超出那个大块的边界。我不想为大块添加高度,因为有时图像不会退出。像这个链接:图像和 (p1 + p2 ) 在一行中。 http://verygif.com/bbs/b/src/138002270032.jpg 抱歉无法发布图片。
big_block {
border:2px solid #333;
}
<div class="big_block">
{if img exit }<img .... />{/if}
<p>sometext,sometext,sometext,sometext</p>
<p>fulltext,fulltext,fulltext,fulltext</p>
</div>