Floating images

How can I get a div box to break to the next block under with a float image next to it >

<style>
.floatright
{
float: left;
margin: 10 10 10px 10px;
border: 1px solid #666;
padding: 2px;
}
</style>

<p>
<img class="floatright" src="logo1.jpg" alt="" width="100" height="100">Lorem ipsum dolor sit amet, consectetuer...
</p><p>
<img class="floatright" src="logo1.jpg" alt="" width="100" height="100">Lorem ipsum dolor sit amet, consectetuer...
</p><p>
<img class="floatright" src="logo1.jpg" alt="" width="100" height="100">Lorem ipsum dolor sit amet, consectetuer...
</p>