I have a situation where text and an image are combined but the cat image goes outside of the parent div. Is there a solution to this issue?
<div style="border:1px solid #CCCCCC">
<img style="float: left;" src="http://placekitten.com/g/200/200" height="100px" width="100px" border="1px"/>
Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text
</div>