Garvin is right that the LinkList plugin was only designed for text links, but you might actually get it to work anyway.
I actually got it to use an image relatively easily by just replacing the name of the link with an image tag, without any quotes.
If you are using the link management page (and not entering xml directly) you can just put the image tag in the name spot. Just don't use quotes anywhere (which I believe is poor html and won't be able to do alt tags, but it works).
If you are entering xml manually you can do something like:
Code: Select all
<link name="<img src=http://webserver/uploads/image.gif/>" link="http://pictures.theledge.net" />
Basically, you use an encoded greater/less than.
If you have anything specific you would like feel free to post and I can take a look at it.