このようなフォームは現在、テキスト入力ボックスと送信ボタンがあります。テーブルを使うのではなくむしろ、私はCSSを使いたいと思います。どのように私は(質問のうまくいけば、あまりにも漠然としていない?)提示可能に見えた道/プロでこれをフォーマットしますこのフォームのスタイルを設定するCSSメソッド
<h2>Add Record to Database</h2>
<form action="addrecord.psp" method="get">
Username: <input type="text" name="uname" size="12"/>
Machine Name:<input type="text" name="mname" size="8" />
Make: <input type=text" name="make" size="8" />
Model: <input type="text" name="model" size="8"/>
Service Tag: <input type="text" name="service" size="8"/>
Processor: <input type="text" name="processor" size="12"/><br />
Processor Speed: <input type="text" name="speed" size="4"/>
Amount of RAM: <input type="text" name="ram" size="3"/>
Type of RAM: <input type="text" name="ram2" size="4"/>
RAM Speed: <input type="text" name="rspeed" size="4"/><br />
Graphics Card: <input type="text" name=graphics" size="8"/>
Wired Mac Add: <input type="text" name="wired" size="17"/>
Wireless Mac Add: <input type="text" name="wireless" size="17"/><br />
OS: <input type="text" name="os" size="12"/>
Deploy Date: <input type="text" name="deploy" size="12"/>
Last Check-up: <input type="text" name="checkup" size="12"/>
<input type="submit" value="Submit" />
</form>
<br />
これは非常に曖昧です。あなたはどのように見えますか?私たちはあなたが望む効果が何であるかを知る方法がありません。 – PCasagrande
いくつかのアドバイス:それをスタイリングしてください。 CSSに関するチュートリアルと、CSSマークアップで特定のHTMLタグを操作する方法を読んでください。 (http://www.w3schools.com/css/)。特定の問題にぶつかったら、戻って質問してください。私は人々があなたを助けると確信しています。 –
W3sSchoolsはあまり良い選択ではありません。 * [w3fools.com](http://w3fools.com/)*は理由を説明し、他の情報源を示唆しています。 – tcurvelo