Hello!
I am using a radio button to easily allow selecting from a list.
It's awesome except that it looks weird. (see attachment)
It seems like the cause for this weird behavior is an even more weird span -> span"
(What is that solitary quote symbol doing there?)
<span">
<input type="radio" name="cbParamVirtual5" id="..." value="Admin">
<label for="...">Admin</label>
<input type="radio" name="cbParamVirtual5" id="..." value="Call">
<label for="...">Call</label>
...
</span">
Any help will, as always, be much appreciated
Be great