View Single Post
Old 06-17-2007, 10:08 AM  
ungratefulninja
Confirmed User
 
Join Date: Apr 2006
Posts: 682
You could do something like the following, and just adjust margins and padding to achieve desire effect:

.brownsquare {
background: #colorcode;
padding: 2px;
margin: 2px;
}

.creamsquare {
background: #colorcode;
border: 1px solid #colorcode;
padding: 2px;
}


<img src="image.jpg" class="brownsquare">
<img src="image.jpg" class="creamsquare">
ungratefulninja is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote