Is there an easy way to have the message icons appear based on alphabetical order, instead of numerical order? This way, the icons can be named instead of displaying as "icon4" during a mouseover.
Furthermore, the problem with having icons named "icon1", icon2", etc. is if you alter the image for icon1, people will continue to see the old cached "icon1" image instead of the new one.
I see two ways to do solve this (for my needs):
1) change the for-next $iconlist routine to display based on alphabetical order instead of counting numbers.
2) Hard code a drop-down HTML select list to replace the $iconlist routine altogether, where I would just type out all the options - in order - that I want to display.
Can anyone tell me what I need to do to make either method work? I'm certain it's quite simple to make the second work, but I'm wary of messing anything up since I'm not very well-versed in Perl.
Thanks!