Find knowledge base article(s) by searching for keywords in the title e.g. type linux in the search box below
Find knowledge base article(s) by browsing the subject categories of articles
Technology quick references, cheatsheets, user manuals etc.
Shop Online through ShopifyLite
Tutorials on various IT applications.
Search Title    (UL:0 |SS:f)

Web >> Design >> CSS >> How to display list elements inline (horizontally) instead of vertically as usual

CSS: li.inline { display: inline; padding-left: 3px; padding-right: 7px; border-right: 1px dotted #066; } li.last { display: inline; padding-left: 3px; padding-right: 3px; border-right: 0px; } HTML: <ul> <li class="inline">Item one</li> <li class="inline">Item two</li> <li class="last">Item three</li> </ul>
[ © 2008-2021 myfaqbase.com - A property of WPDC Consulting ]