You can easily turn text links:
into into image links:
by inserting the <img src> tag information into the List Select component, as follows:
If you want to insert a custom image, you can use a full URL, but it's always best to use a project resource (loads faster). An easy way to add an image is by dragging a stock image onto the form canvas, and then open the image component you just dropped. Drop down the "Image Resource" field and select "Add..." at the very bottom.
Browse to the image file you want to add, and "Open"/"OK" through the rest. The image should now be added to your resource\ directory, and should load properly into your List Select components at runtime where you've indicated that file by the instructions above. To confirm that an image has been added to your project, check at your project's top level and the Resources tab, here:
The End!
-andrew