Closed (fixed)
Project:
ImageField
Version:
6.x-3.9
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
24 May 2011 at 20:03 UTC
Updated:
14 Apr 2013 at 18:59 UTC
I've been searching for something to sort this but haven't been able to find an answer.
Is it possible to display 6 images in a table of 3 columns 2 raw?
How would I do that?
Anyone has found a post with a solution for something similar?
Thanks
Comments
Comment #1
quicksketchThe most straight-forward approach would be to theme your node.tpl.php to print out the images in a table. But if you're looking for a code-free solution you could use Views attach and display the images in a table through Views.
Comment #2
quicksketch