Thursday, February 25, 2010

Center the Effing Div

.image {
margin-left: auto;
margin-right: auto;
width: 415px; /* fix the width while we're at it */
text-align: center; /* and we'll center the caption as well */
}