This should be a simple task but I just dont seem to be able to find the answer
I have a row of check boxes with labels, currently the label a appears to the right of the check box
I want the label to appear on top of each check box whilst still displaying the check boxes in a horizontal row.
I have a row of check boxes with labels, currently the label a appears to the right of the check box
I want the label to appear on top of each check box whilst still displaying the check boxes in a horizontal row.
Code:
<form>
<input type='checkbox' name='Mode' id='0' value='0'>
<label from='0'>S</label>
<input type='checkbox' name='Mode' id='1' value='1'>
<label from='1'>M</label>
<input type='checkbox' name='Mode' id='2' value='2'>
<label from='2'>T</label>
</form>
I have tries setting the left, right, bottom & top attributes of the label
I have tried setting the label to display block (all check boxes then display vertically)
I have tied setting possition to Fixed, Absolute & relative with varying degrees of failure
Can anyone steer me in the right direction?
A Maintenance contract is essential, not a Luxury.
Do things on the cheap & it will cost you dear