This is a really easy question (I think) but I’m just blanking out on how to do it. I’m making a layout in CSS, what I want is something like this in part of the layout:
Image Image Image
Text Text Text
I want the text to be centered under each image, but I don’t want to use tables. Is there an easy way to do this in CSS? (and it has to be able to support an indeterminate amount of images/text)
Thanks =)