#results {
font-family: arial, helvetica, sans-serif;
list-style-type:none;
}
#results li {display: inline;}
#results li a {
float:left;
}
I would like the results division to list multiple items per line, but it looks like I am getting only 1 item per line with this code.