hello...
just use an html img src tag to point to an image on an external server - note that you don't actually store your image on our server, but just reference it elsewhere....
so here's a example (using my logo):
and here's the html:
<IMG SRC="http://www.sitruc.com/pic/sitruc_rgb_sm.gif">
make sense?
sitruc