Im having a markup like this
<p>
<img hspace="4" alt="" src="sampleimage.png">
Many in her village believed that girls should not be educated, and someone burned down the coffee trees on Enatha’s family farm – their only source of income – to discourage her from continuing with her studies. However, Enatha’s parents continued to support her education, and in 2011, she earned a spot at the Gashora Girls’ Academy of Science and Technology.
</p>
I have added text-wrap-around-image effect by adding float-right to the image. Currently text wrap around the image, but the image is at the top.
Current Snapshot
I want the image to be in the middle (among) the text say 2 lines below the text. Is there anyway to achieve something like this
Expected Behaviour
http://jsfiddle.net/383mbtnc/2/ This is the far as I got
– Imnotapotato Aug 28 '14 at 08:30