I have put the body of my page in a container. I then put my images in a div and gave them the class 'grid_12' and id 'gallery'. Here is the CSS i wrote for that id.
#gallery img{
border: 8px solid;
color: #0000FF;
margin: 0 0 20px 0;
}
What code do i need to center the images? I've already unsuccessfully tried floating-center/text-align-center.