Grey Fox - 2009-10-16

Hi

I have an issue with generating PDF from HTML containing images. Here is an example code

    <img src="http://localhost/narrative/files/testimage.jpg" />

Works fine, and generates the correct PDF with the image embedded. but If the <img> tag is enclosed in a <p> or <div> the PDF contains garbled characters, example code

    <p><img src="http://localhost/narrative/files/testimage.jpg" /></p>

Can any one help me with this issue?