S
Samuël van Laere
It seems to be impossible to put a fieldset in between <p> tags?
The validator doesn't like it anyway.
Is the validator correct?
Thanks in advance.
Regards,
Samuël van Laere
<div class="formulier">
<form class="formulier" method="POST" action="index.php">
<p>
<label for="name">Naam:<br>
</label>
</p>
<p>
<fieldset>
<legend>Geslacht:</legend>
<input type="radio" class="borderless" id="geslacht1" name="radio"
value="M">
<label for="geslacht1">Man</label>
<input type="radio" class="borderless" id="geslacht2" name="radio"
value="V">
<label for="geslacht2">Vrouw</label>
</fieldset>
</p>
</form>
</div>
The validator doesn't like it anyway.
Is the validator correct?
Thanks in advance.
Regards,
Samuël van Laere
<div class="formulier">
<form class="formulier" method="POST" action="index.php">
<p>
<label for="name">Naam:<br>
</label>
</p>
<p>
<fieldset>
<legend>Geslacht:</legend>
<input type="radio" class="borderless" id="geslacht1" name="radio"
value="M">
<label for="geslacht1">Man</label>
<input type="radio" class="borderless" id="geslacht2" name="radio"
value="V">
<label for="geslacht2">Vrouw</label>
</fieldset>
</p>
</form>
</div>