Fleetwood Mac macrumors 65816 Original poster 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 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 Apr 5, 2008 #3 Code: ul {float: left;} Add your widths and it should produce 2 columns for you.