Having a link is most of the problem. That at least means the image is hosted somewhere. Then you just need to throw an image tag around it. E.g.,
<img src="http://www.google.com/intl/en_ALL/images/logo.gif">
produces this:
Thank you. I can make that work.
Many thanks.