alignment issues

bobbycrow

New Member
Here is my bootstrap html code\[code\] <div class="span3"> <div class="well sidebar-nav"> <ul class="nav nav-list"> <li class="nav-header">Practice</li> <li align="right"><a href="http://stackoverflow.com/questions/14494110/#" onclick='Show();'>None</a>&nbsp;|&nbsp;<a href="http://stackoverflow.com/questions/14494110/#" onclick='Show();'>All</a></li> <li><input type="checkbox"/>&nbsp;ABC</li> <li><input type="checkbox"/>&nbsp;LPO</li> <li><input type="checkbox"/>&nbsp;MNJ</li> </ul> </div><!--/.well --> </div><!--/span-->\[/code\]And here is the jsfiddleHow to get the \[code\]None | All\[/code\] aligned in a single line and how to make the checkbox and the corresponding text also aligned in a single line.
 
Back
Top