m (Illori moved page Template talk:3 Columnas/sandbox to Template talk:Columns 3/sandbox over redirect) |
|||
(One intermediate revision by one other user not shown) |
Latest revision as of 09:44, 23 April 2022
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)