我无法修复单选按钮文本的对齐方式。我尝试使用CSS和许多其他"技巧",但它不会像单选按钮那样在同一行显示文本。文本的移动方式与this site上的第一个单选按钮文本相同。
我的代码如下所示:
<p id="Incident1">
<label>Please select the right option:</label><br />
<label><input id="indt" name="indt" type="radio" value="Incident" />Incident </label>
<label><input id="indt2" name="indt" type="radio" value="Service"/>Service</label>
</p>
&#13;
有人可以就此提出建议吗?