Quote:
Originally Posted by virgohippy
How'd you do it?
|
This is what I did:
<div>
<img class="3pics" src="http://image.com" alt="">
<img class="3pics" src="http://image.com" alt="">
<img class="3pics" src="http://image.com" alt="">
</div>
and in CSS:
.3pics {
margin-left: 12px;
}
I was making it way too complicated trying to figure out a way to do it with auto margin and screwing with floats. Then I figured it would just be a lot easier to put a fixed margin on each of left sides.