Spacing around images...
Spacing around images...
Out of context: Reply #11
- Started
- Last post
- 16 Responses
- yaphi0
img {
float:left;
margin-right:10px;
}then wrap all your images in a wrapper div
#div {
width:whateverpx;
}that way the images will just line up in a grid.