Images in PDF from form

Hi,

I have created a function which generates HTML, including images. When I open this in a form using a HTML field in a form, the images appear, but when I export this to a PDF, using the standard Scriptcase way (PDF button in the form), the images don’t appear in the PDF, although I can see some long blocks, in the width of the images. This means that it seems the images are found and width is read, but something goes wrong displaying them.
The path of the image is relative from the place of the form (…/_lib/file/img/<filename>). This is a piece of the generated HTML:
<p><img src="./…/_lib/file/img//8/Uganda/IMG_1465.jpg" style=“width:223.70186090803px;”><img src="./…/_lib/file/img//8/Uganda/IMG_1902.jpg" style=“width:223.2829435655px;”><img src="./…/_lib/file/img//8/Uganda/IMG_1855_30781.jpg" style=“width:503.01519552647px;”></p>

Anyone having the same issue?

Regards,
Martin