Theming grid views in Drupal 6?
Posted by kirilius on October 20, 2008 at 3:06am
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:
<
pre>
| PICTURE1 | PICTURE2 | PICTURE3 |
| actions1 | actions2 | actions3 |
| PICTURE4 | PICTURE5 | PICTURE6 |
| actions4 | actions5 | actions6 |