all i want to do is position the delete buttons so they'll be at the same level at the bottom of the bordered div regardless of how big the thumbnail is.
		
		
	
	
		
	
the only css i'm using so far is for the div....
	
	
	
		
thanks for any help.
	
		
			
		
		
	
				
			
	the only css i'm using so far is for the div....
		Code:
	
	.thumbnail {
float: left;
width: 220px;
height: 375px;
margin: 0 15px 15px 0;
padding: 5px;
background-color: #363636;
border: solid 2px #FFBD32;
color: #FFBD32;
}
	thanks for any help.

	
 

) and i might have done it wrong? i don't know. this was the code....
	
	
 i'm using the same code inside a loop to display each one. i only showed 2 in my opening post to illustrate the point about the buttons. 