Hi,
I'm having trouble aligning radio buttons down the page.
2 buttons per row, but they are not aligned.
Any help welcome. Thanks (New to DIV and CSS)
<HTML>
<form name="regionForm">
<div style="margin: 0 auto">
<div style="width: auto; padding: 5px;">
<input type="radio" name="reg" value="NA" style="font-style:Verdana; font-size:9px;
color:#5a698b">US, Canada</input>
<input type="radio" name="reg" value="ALL" style="font-style:Verdana; font-size:9px;
color:#5a698b">All Countries</input>
</div>
<div style="width:auto; padding: 5px;">
<input type="radio" name="reg" value="EMEA" style="font-style:Verdana; font-size:9px;
color:#5a698b">Europe</input>
<input type="radio" name="reg" value="ASIA" style="font-style:Verdana; font-size:9px;
color:#5a698b">Asia Pacific</input>
</div>
<div style="width:auto; margin-top: 10px; margin-bottom: 10px">
<button type="button"
style="width: 90px; height: 30px; color: #5a698b; font: bold 12px Arial;
padding-top: 1px; padding-bottom: 1px; background: #ddddff; text-align: center;"
onclick="checkform(this);">Update
</button>
</div>
</div>
</form>
</HTML>
I'm having trouble aligning radio buttons down the page.
2 buttons per row, but they are not aligned.
Any help welcome. Thanks (New to DIV and CSS)
<HTML>
<form name="regionForm">
<div style="margin: 0 auto">
<div style="width: auto; padding: 5px;">
<input type="radio" name="reg" value="NA" style="font-style:Verdana; font-size:9px;
color:#5a698b">US, Canada</input>
<input type="radio" name="reg" value="ALL" style="font-style:Verdana; font-size:9px;
color:#5a698b">All Countries</input>
</div>
<div style="width:auto; padding: 5px;">
<input type="radio" name="reg" value="EMEA" style="font-style:Verdana; font-size:9px;
color:#5a698b">Europe</input>
<input type="radio" name="reg" value="ASIA" style="font-style:Verdana; font-size:9px;
color:#5a698b">Asia Pacific</input>
</div>
<div style="width:auto; margin-top: 10px; margin-bottom: 10px">
<button type="button"
style="width: 90px; height: 30px; color: #5a698b; font: bold 12px Arial;
padding-top: 1px; padding-bottom: 1px; background: #ddddff; text-align: center;"
onclick="checkform(this);">Update
</button>
</div>
</div>
</form>
</HTML>