Quictultume
New Member
how to make the radio buttona and label of the radio button align in the same line.i gave margin and padding to the span tag but its mot movingwhats the solution for it\[code\]<form class="navbar-form pull-right" style=""> <input type="radio" name="sex" value="http://stackoverflow.com/questions/14388013/male"><span>All</span> <input type="radio" name="sex" value="http://stackoverflow.com/questions/14388013/female"><span>Name<span> <input type="radio" name="sex" value="http://stackoverflow.com/questions/14388013/male"><span>Vendor No.<span> <input type="radio" name="sex" value="http://stackoverflow.com/questions/14388013/female"><span>Contact<span> <input type="radio" name="sex" value="http://stackoverflow.com/questions/14388013/male">Address<span> <input type="radio" name="sex" value="http://stackoverflow.com/questions/14388013/female">Phone <input class="span2" type="password"> <input name="Finish" value="http://stackoverflow.com/questions/14388013/Search" class="checkout-button searchButton" type="submit" style="width: 107px;padding-left: 0px;padding-right: 0px;"></form>\[/code\]