Posted on Sun Oct 30 21:21:18 2005
by mfranklin response to 501(See the whole thread of 2)
Re: Converting HTML which points to images into PDF
If you use the protocoll http before your URL your images will get included:
<IMG SRC="http://www.anydomain.com/images/image.gif">
Please note the img-tag should look like that: <img src=".."> not <src img="..">.