back to CanAdapt home

fieldset around forms in a table

My Heading



 

Source

<form>
<Fieldset><legend><h2>my heading</h2></legend>
<p>
<label>
<input type="radio" name="RadioGroup1" value="radio" id="RadioGroup1_0">
Radio 1</label>
<br>
<label>
<input type="radio" name="RadioGroup1" value="radio" id="RadioGroup1_1">
Radio 2</label>
<br>
</p>
</Fieldset></form>

Comments

Seems OK everywhere. CSS classes on a heading can mess with the fieldset border but that is a simple CSS cascade.