Either float each <li> left, or use display: inline. If you use float, then content after the tabs will have to be cleared with clear: left (e.g. if it's text, make it a paragraph <p>, give it a class and then set clear:left for that class in your css). In both cases you will probably want to change the margin / padding and possibly the list-type to hide any bullets.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.