I'm building an inventory page with PHP/MySQL and I'd like to build a table that contains a photo in the top row, and a title at the bottom of the cell that is aligned with all the other titles. The trouble is that some photos are different aspect ratios so the titles are not aligned properly. Is it possible for me to build a table by adding 2 rows at once, and still build left to right? I've tried nested tables but that didn't have the desired effect. I may end up going through the array one at time, but i'm hoping to avoid that.