单选按钮对齐

时间:2018-02-22 10:44:29

标签: html css

我无法修复单选按钮文本的对齐方式。我尝试使用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&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</label> 
		<label><input id="indt2" name="indt" type="radio" value="Service"/>Service</label>
	</p>
&#13;
&#13;
&#13;

有人可以就此提出建议吗?

0 个答案:

没有答案