Hans, you can display <li> elements inline, using the following CSS: ul { display:inline; } li { display:inline; }