The image should be in a division, the css part should declare it as display block, and the margin with auto. For example:
#tobealignedimage img {
display: block;
margin: 1em auto 0;
}
...
<div id="tobealignedimage" >
<img src="tobealignedimage.jpg" alt="Aligned image" />
</div>
Swisse
When I try to setup class rule for aligning image center, all I see in "box" category are right and left. I hate to go back to html to align center.
Help?

Chowhound
Comic Vine
GameFAQs
GameSpot
Giant Bomb
TechRepublic