Drupal Views Question: Displaying results in two columns?
Posted
by Jonathan
on Stack Overflow
See other posts from Stack Overflow
or by Jonathan
Published on 2010-05-18T15:27:25Z
Indexed on
2010/05/18
15:40 UTC
Read the original article
Hit count: 200
I'm new to drupal and I have a question about views:
I'm building an employee directory and need to display the results in two columns, such as:
Record 1 Record 2
Record 3 Record 4
Record 5 Record 6 . . .
How can I accomplish this?
To take it one step further, I want each record formatted as:
IMAGE NAME
TITLE
I have no idea where to start. Any assistance is appreciated!
© Stack Overflow or respective owner