There are so many discussions about this but for some reason i cant lay my fingers on one either. First question though: how confident are you with css?
Well from memory, there are 3 options. 1) Replace the opening discussion label tag (an application setting) with then use an image filename as the label. This works fine except when you apply more than 1 label to a discussion (unless you edit the source code a bit) 2) Remove the opening and closing label tags altogether and use a full - works slightly better with 2 labels but not great. 3) Use css to set an image background for each discussion label element (or whatever you call it) and remove the tag altogether - this is the best choice i think, assuming you are comfortable doing so. As i say there are definitely threads on here which talk you through it but theyre not presenting themselves.
Comments
1) Replace the opening discussion label tag (an application setting) with
2) Remove the opening and closing label tags altogether and use a full
3) Use css to set an image background for each discussion label element (or whatever you call it) and remove the tag altogether - this is the best choice i think, assuming you are comfortable doing so. As i say there are definitely threads on here which talk you through it but theyre not presenting themselves.