How to center image horizontally within a div element?

#artiststhumbnail a img {
    display:block;
    margin:auto;
}

Here’s my solution in: http://jsfiddle.net/marvo/3k3CC/2/

Leave a Comment