I am looking for a way to create a of items that I can put within a and have them show up side-by-side and wrap to the next
and have them show up side-by-side and wrap to the next
add this line in your css file:
.classname ul li { float: left; }