I have been working with inspect element for Chrome and Firebug for Firefox. My problem stems from the class:
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
}
When I change display to inline, however, my images all appear on the left side of the page. How can I center them?