Simple CSS photo gallery

The landing page on my website displays a collection of small photos in a TABLE http://torontorabbits.org. I’m wondering if there’s a better way to do this? My latest attempt just puts the images loose in a DIV http://nicoleonline.tumblr.com/testing, which is cleaner than using a table but it still has a fixed width. Ideally I’d like something that’s more responsive to screen size. Any suggestions?? Thanks!!

If you remove the fixed widths, the images will flow nicely into lines depending on the viewport width.

Thanks for your help!! I appreciate it :slight_smile: But I’m not sure, because the reason I made it fixed is because I may be putting some text beside it. If I don’t, I’d like it to fill the entire area (the blue box), regardless of screen size – but then maybe I need to center it, so that it doesn’t look awkward when the screen isn’t quite big enough to admit another photo on the right…

Do you know what I mean?