I have about 12-15 images that I want to align together in a grid, with text under each image. I thought about using a table, but I hear that tables aren\'t the best way to go t
HTML:
Description of above image Description of above image
Description of above image
CSS:
.floated_img { float: left; }
You'll probably want some more styles, but that should do basically what you want.