Hi everyone, I was trying to put two checkboxes besides each other just one can put two text boxes besides each other.
#li_8{
float: left;
width: 40% ;
}
#li_9{
float: left;
width: 40% ;
}
I realised the container for checkboxes is wider than the actual width of the checkboxes Items.
Please how do I reduce this, as its the reason why the two cannot stay side by side.
Someone help me please.