画像の周りにテキストを折り返す必要があります。このテキストには非常に長い単語 (医薬品名) が含まれている可能性があります。私は明らかなことをしており、他にもいくつか試してみましたが、これが私の現在のコードの外観です。
<div style='width:120px;'>
<img scr="myImage.png" style='float:right;width:50px;'>
<p style='word-wrap:break-word;'>This_is_the_very_long_word_without_hyphens_I_need_to_wrap_.</p>
<p>This is a normal paragraph of text that needs to flow around the image if there is space available. Leaving the option of tables out of question and specially because the height of the image may vary and don't want a huge white space between the paragraphs.</p>
<div>
そのため、単語は div で折り返されますが、画像の下では :(.