Update radio button layout

This commit is contained in:
kaBeech
2023-03-19 15:28:04 -07:00
parent f48934e482
commit a3b2ce68ef

View File

@@ -52,22 +52,26 @@
</div>
<br />
<div>
Apply to
<label for="entirePageRadio">entire page:</label>
<input
type="radio"
name="applyTo"
id="entirePageRadio"
value="entirePage"
/>
<label for="exampleTextOnlyRadio">example text only:</label>
<input
type="radio"
name="applyTo"
id="exampleTextOnlyRadio"
value="exampleTextOnly"
checked
/>
Apply to...
<div>
<label for="entirePageRadio">Entire page:</label>
<input
type="radio"
name="applyTo"
id="entirePageRadio"
value="entirePage"
/>
</div>
<div>
<label for="exampleTextOnlyRadio">Example text only:</label>
<input
type="radio"
name="applyTo"
id="exampleTextOnlyRadio"
value="exampleTextOnly"
checked
/>
</div>
</div>
<br />
<div>