Theming grid views in Drupal 6?

We encourage users to post events happening in the community to the community events group on https://www.drupal.org.
kirilius's picture

I am trying to create a view in Drupal 6 that displays a gallery-style page of picture thumbnails. Each displayed thumbnail goes with a set of links (actions for a picture). I need to display every group of picture-actions together, e.g. The picture is shown above and the actions below. Something like this:

---------------------------------------
|  PICTURE1  |  PICTURE2  | PICTURE3  |
|  actions1    |  actions2   |  actions3   |
---------------------------------------
|  PICTURE4  |  PICTURE5  | PICTURE6  |
|  actions4    |  actions5   |  actions6   |
---------------------------------------

What is the most straightforward way of doing this? Configuring a grid-style view is not a problem but the "actions" field does not get aligned with the picture. I get something like this instead:

------------------------------------------------------------------------------
|  PICTURE1  |               |PICTURE2  |               | PICTURE3  |
|                 | actions1   |              | actions2   |                | actions3   |
------------------------------------------------------------------------------

Comments

Nice diagram! This group is

moshe weitzman's picture

Nice diagram!

This group is for folks who are working on Views code, or views plugins (i.e. Views developers). Your question is primarily about CSS and themeing which is out of scope IMO.

Views Developers

Group organizers

Group notifications

This group offers an RSS feed. Or subscribe to these personalized, sitewide feeds:

Hot content this week