http://forumgallery.rollinleonard.com/artists.php
I can't seem to get rid of the SPACE before the COMMA in my list.
It makes no sense!
Here is the relevant part of my CSS
.artistlist {
    margin: 0px;
    padding: 0;
    }
li.artistlist {
    display: inline;
    margin: 0;
    padding: 0;
    font-size: .75em;
    line-height: 1.5em;
    word-spacing: 1px;
    }
li.artistlist:after {
    content:", ";
    }
.artistlist li:last-child:after {
    content:"";
    }
ul li{
    margin:0;
}