div floating left with image and some text
I am having some issues with trying to get an image which is floating to the left and beneath that I ant to add some text. This image and text has text wrapped around it in a paragraph.
Below is the paragraph in question:
<p>In 1989, in the Lopburi province in the north of the country and unusual festival was born. The idea came from a local businessman who wanted to boost tourism in the area. <img src="wpimages/monkey.jpg" alt="Crab-eating Macaque" width="183" height="226" class="fltlft">Every November since, this festival has fed 600 or so Crab-eating Macaques also known as long-tailed Macaques with around 4,000 kg (4 tons) of fresh fruit and veg! The locals see it as a way of thanking the monkeys for attracting the large number of tourists to the region just to see the spectacle.</p>
The additional text I want to add needs to be below the image. The way I have got around it so far is to create a css rule for the image and then put 25px of padding on the bottom and then create an AP Div and then enter the text. The issue I have found with this is that in Design view the div is all mixed up in the text of the paragraph.
I hope I have made it clear!
Thanks in advance!


