I want to create a photo album with lines of images. Currently, all my images appear on one line. Say, if I upload 15 images, what is CSS code to split them into 3 lines .. 5 images in each line? Sorry, this is probably very simple, but I'm new to CSS. This is the code that I am currently using.
EDIT: Here is another piece of code. I am not sure if this is a container.
.flickr-photoset-img{ float: left; } .flickr-photoset-box { padding: 10px; float: left; text-align: center; width: 130px; height: 130px; }
source share