Hello, new with Drupal so some help needed.

I'm trying to list image thumbnails with lightbox by adding "Image" fields to my content type "Gallery". Problem is, it puts them in one column, while I want simple grid of perhaps 4 images per row. How I can do this?

Alternatively how I can enable Lightbox2 in my body content? So that I can add image to my text and it automatically uses Lightbox to show it?

Comments

A couple of approaches a)

A couple of approaches

a) float the images left with css

b) Use a module like Gallery formatter

And I would use colorbox (vs lightbox) in Drupal 7.

I tried using Gallery

I tried using Gallery formatter before but couldn't get it working properly. Any idea where I should look the css file to pull off that float trick?