I\'m having trouble with getting unordered lists aligned how I want them to. Here\'s an image of what I\'m looking to achieve. How can I get it to look like the version on t
use clear:both in ul
ul
ul { float:left; margin: 0 20px 20px 0; padding: 0; width: 200px; clear:both; }
see here