我有一个简单的案例。我想要两件事。
- 将标签放在输入旁边。
- 某种验证,只有文本框的数字。
对应的链接在这里。
现在输入在标签下方。我的代码:
<div id="generatePinsDialog" title="Generate New PINs">
<label style="display: inline-block; width: 400px;">
How many?</label>
<input id="newInmateCount" type="text" size="25" value="Enter the number!" />
<br />
<select>
<option value="sameAsID">Same as ID</option>
<option value="appendID">AppendID</option>
</select>