I'm making a gallery for my site, and on the page that shows all of the images in a certain category, I want it to show 4 across, and like 6 down (per page).
All the image paths, names, etc are stored in a mysql database. How might I go about doing this?
And my other question is..How to I make an image resize if the width is over 600 px? I don't want it to actually shrink the image though, just make it smaller on the page.
That's all
Thanks in Advance