私は、各liが画像といくつかのテキストを持つリストを持っています。
<div style="width:500px;">
<ul >
<li>
<img src="https://encrypted-tbn2.gstatic.com/images?q=tbn:ANd9GcTyBPzjBIU0gCSFH7mLEVMuQ6d69KYfe14YCsJcLXCbHzhqJZ2p" width="100px" style ="float:left; ">
<p>First line......<br/>Second: Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries</p>
</li>
</ul>
</div>
問題はp
、コンテンツが画像の高さを超えると、画像の下の左側に流れることです。どうすればこれを止めることができますか? 画像の下には何も必要ありません(それぞれ<li>
)。
ありがとう