Fleetwood Mac macrumors 65816 Original poster Apr 27, 2006 1,265 0 Canada Apr 5, 2008 #1 I'm trying to make a bulleted list of courses with two columns. Is there a way for me to split an unordered list into two auto-magically or should I just use floats?
I'm trying to make a bulleted list of courses with two columns. Is there a way for me to split an unordered list into two auto-magically or should I just use floats?
angelwatt Moderator emeritus Aug 16, 2005 7,852 9 USA Apr 5, 2008 #2 Yeah, if you're justing one list, floating is the only way to have more than one column.
ChicoWeb macrumors 65816 Aug 16, 2004 1,120 0 California Apr 5, 2008 #3 Code: ul {float: left;} Add your widths and it should produce 2 columns for you.