i have a view with about 6 or 7 fields, ive set the style as table, and have 2 colums, 2 fields in the first the rest in the second.
but the fields are being displayed horizontally in the columns. what im trying to do is keep the columns as they are, but the fieilds to be displayed vertically.
currently
field 1, field 2 | field 3, field 4, field 5
what I want is
field 1, | field 3,
field 2, | field 4,
| field 5 (field 5 should be directly underneath field 4, but it keeps getting moved to the left)
Is there a simple way to do this? or do I have to create a new tpl file for the view or something?
Read »








