Tag Archives: style rules

Using CSS to Display a List Inline

I’m a developer with several years of experience, but I’ll be the first to tell you, using CSS to display a list inline is not always an easy task.

But first a quick overview. Lists are everywhere. And for two good reasons. One, humans love them. Secondly, they are part of the semantic web. I’m speaking technically of HTML tags ol, ul and li.

Now usually I would shy away from doing a post about such a specific technical issue that only a few would be interested in. But Read more »