好的,所以我的问题很简单有没有办法使复选框列表居中,但将复选框保持在一行而不是波形?这是我现在所拥有的。
html>
<Head>
<center>
<div style="background-color:grey;color:black;border:5px solid black;width:600px;height:500px;font-size:18px;">
<H1>Select a program you want to run.</H1>
<A href="file://C:\Windows/notepad.exe">Notepad</a>
<div>
<a href="file://D:\My Documents">Documents</a>
<div>
<a href="file://D:\Desktop\Student Applications">programs</a>
<div>
<a href="http://pilot.wright.edu">Pilot</a>
<div>
<form>
<input type="checkbox" oncheck="file://D:\My Documents\1 CCE">CCE</input>
<div>
<input type="checkbox">A3</input>
<div>
<input type="checkbox">CR</input>
<div>
<input type="checkbox">CPR</input>
<div>
<input type="checkbox">MM</input>
<div>
<input type="checkbox">IR</input>
<div>
<button type="submit" id="34">SUBMIT</button>
</form>
</center>
</head>
</html>
一旦你将它作为 HTML 打开,你应该能够看到我在说什么。提前致谢。