2 Votes Vote

Organize Check Boxes

Posted by topdog 284 days ago Questions| boxes organize text All
I am trying to find a way to separate checkboxes from their text. So what i want is to have all of the text boxes in a column on the left all alighned the same and then to have the text on the right aligned the same. Is there anyway to do this. I posted an Example of my code below.

CODE
<p><input type="checkbox" name="2a"/><font class="numbers">2a.</font> Text goes here</p>
<ul>
<li><input type="radio" value="Y" name="2a" class="select">YES</input></li>
<li><input type="radio" value="N" name="2a" class="select">NO</input></li>
<li><input type="radio" value="B" name="2a" class="select">BOTH</input></li>
<li><input type="radio" value="O" name="2a" class="select">OMITTED</input></li>
</ul>
Discuss Bury


Who Voted for this Question