View Single Post
Old 2006-11-13, 06:07 PM   #5
NobleSavage
Lord help me, I'm just not that bright
 
Join Date: May 2006
Posts: 103
Send a message via ICQ to NobleSavage
Quote:
Originally Posted by virgohippy View Post
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.

Last edited by NobleSavage; 2006-11-13 at 06:11 PM..
NobleSavage is offline   Reply With Quote