very easy indeed. Note the below code for a template I have. "icon" is the field name for a list. The list contains the names of the icons (and gifs)
cat = cat.gif
dog = dog.gif
and so on...
Rather than using "value" you have to use "title" and you must specify the image extension after the name otherwise it won't work and will not validate...
<img src="/themes/qcp/images/<!--[$icon.title]-->.gif" alt="icon" />
edited by: RemShowdown, Dec 30, 2005 - 02:59 PM