ホームページを継続して作成しておりますが、tdの中にinput type="text"にてテキストボックスを4つ作成したいと考えております。
こちらで拝見いたしましたチェックボックスの右側に文字を表示される方法をご参考にさせていただき、下記を作成しましたが、縦並びになってしまいます。
何とかして縦2×横2に置き換えることはできないでしょうか?
ブラウザはIE11を使用しており、コードはVisualStudioCodeを使用しております。
html
1<div style="top : 161px;left : 8px; position : absolute; z-index : 4; width : 847px; height : 252px; " id="Layer5"> 2 <div style="background: white; padding: 10px; margin-bottom: 10px; border: 1px solid #333333"> 3 <table border="1" height="252" width="818"> 4 <tr bgcolor="gray" style="color:white" height="50"> 5 <th height="42" width="92"><b>列1</b></th> 6 <th height="42" width="212">列2・列3<br>列4・列5</th> 7 <th height="42" width="137">列7/列8</th> 8 <th height="42" width="189"><b>列9/列10</b></th> 9 </tr> 10 <tr bgcolor="lightyellow"> 11 <td align="center" height="47" width="92"> 12 <input type="text" name=列1 style="background:white; color:#000000;" align="middle" value="83行目"> 13 </td> 14 <td align="center" height="47" width="312"> 15 <input type="text" name=列2 style="background:white; color:#000000;" align="middle" value="86行目"> 16 <input type="text" name=列3 style="background:white; color:#000000;" align="middle" value="87行目"> 17 <input type="text" name=列4 style="background:white; color:#000000;" align="middle" value="88行目"> 18 <input type="text" name=列5 style="background:white; color:#000000;" align="middle" value="89行目"> 19 </td> 20 <td align="center" height="47" width="137"><input type="text" name=列7 style="background:white; color:#000000;" align="middle" value="92行目"> 21 <span> 22 <input type="text" name=列8 style="background:white; color:#000000;" align="middle" value="93行目"> 23 </span> 24 </td> 25 </div> 26 <td align="center" height="47" width="189"><input type="text" name=列9 style="background:white; color:#000000;" align="middle" value="96行目"> 27 <input type="text" name=列0 style="background:white; color:#000000;" align="middle" value="97行目"> 28 </td> 29 30 </tr> 31 <tr> 32 <td align="center" height="47" width="92"></td> 33 <td align="center" height="47" width="212"></td> 34 <td align="center" height="47" width="137"></td> 35 <td align="center" height="47" width="189"></td> 36 </tr> 37 </table> 38 </div> 39</div>
【上記で表示させた場合】
ーーーーー| 86行目 |ーーーーー|
ーーーーー| 87行目 |ーーーーー| 96行目
83行目 | 88行目 | 92行目| 97行目
ーーーーー| 89行目 |ーーーーー|
【やりたいこと】
ーーーーー|ーーーーーーーーーー|ーーーーー|
ーーーーー| 86行目|87行目 |ーーーーー| 96行目
83行目 | 88行目|89行目 | 92行目| 97行目
ーーーーー|ーーーーーーーーー|ーーーーー|
回答3件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2020/09/04 01:34
2020/09/04 04:20