Could this be replaced by CSS3 column-count or column-width?
I don't think column count would work with lists anyway. If it does, please tell me how :-) --Groundup 20:58, 8 March 2011 (EST)
- If you put the content into one list in a div with column-count or column-width, it will flow into 3 columns. You'd no longer have to separate your one list into 3 lists. The CSS would do it for you (view this page in Safari).
- list item 1
- list item 2
- list item 3
- list item 4
- list item 5
- list item 6
- -- AngelinaBelle (talk) 07:25, 9 March 2011 (EST)