View Single Post
Old 11-07-2012, 01:15 AM   PM User | #2
aaronhockey_09
Regular Coder

 
Join Date: Dec 2010
Posts: 411
Thanks: 21
Thanked 55 Times in 55 Posts
aaronhockey_09 is an unknown quantity at this point
It is because of this div here adding margins to your images

Code:
#contentDiv img {
margin-left: 250px;
}
Remove it and your images appear just fine.
aaronhockey_09 is offline   Reply With Quote