Footers:
<script>
function GroupImage(Group,Image){
var aTD = document.getElementsByTagName("td");
//Created by Agent Moose (smcodes.smfforfree3.com)
for(x=0;x<aTD.length;x++){
if(aTD[x].width == "16%" && aTD[x].innerHTML.match(Group)){
aTD[x].firstChild.nextSibling.innerHTML = "<img src='" + Image + "' />" + aTD[x].firstChild.nextSibling.innerHTML;
};};};
GroupImage("GROUP","IMAGE");
</script>
GROUP = The name of the group.
IMAGE = the image for that group.
To add more groups, just add more of these lines:
GroupImage("GROUP","IMAGE");
Original Request:
http://www.smfsupport.com/support/code_requests/req_no_title_for_this_request-t17309.0.html