hi,

I'm using the node body for the caption, and have some inline images which are being stripped out of the caption. The HTML code is:

<a href="/a-link"><img alt="" src="/an-image.png" style="width: 100px; height: 75px; float: left;" /></a>
<p class="rtecenter"><span style="font-size:24px;">Some Text</span></p>

The image tag is completely stripped out of the HTML on the page leaving on the link (which is of course no longer visible) and the text.

Is it possible to include the images in the caption?

Thanks
Rich