Is this possible?
So if we had a list:
- Item 1
- Item 2
- Item 3
- Item 4
Instead of
Item 1 Item 3
Item 2 Item 4
We'd want
Item 1 Item 2
Item 3 Item 4
Is this possible with the multi-column layout module or am I better off doing this with old fashioned floats or inline divs?