cofactor
02-10-2010, 10:11 PM
Inside a <DIV > I have a text and two check boxes.
i.e
Africa
<input type="checkbox" name="strCustTerr1" value="" align="middle" />
<input type="checkbox" name="strCustTerr2" value="" align="middle" />
I want gap between Africa and checkbox1 as 25px and then gap between checkbox1 to checkbox2 as 50px.
How do I do this using styles ?
i.e
Africa
<input type="checkbox" name="strCustTerr1" value="" align="middle" />
<input type="checkbox" name="strCustTerr2" value="" align="middle" />
I want gap between Africa and checkbox1 as 25px and then gap between checkbox1 to checkbox2 as 50px.
How do I do this using styles ?