Desperately need help with some htmlText

Hello,

I need some help. I have a dynamic text field that I am loading html into. Ok… that works great. My problem lies in the use of the image tag. How do I do something like this:

<p>blah dslfjskdjflskdjf </p>

<img src=“pic1.jpg” width=“320” height=“180” />

<p>more filler</p>

So that the text renders, the pic renders on the line below and the next <p> renders on the line below the picture. Any ideas? Thanks!