<p class="sougouContent"> みなさん、こんにちは! <br> IDV でテキストを中央に配置するにはどうすればよいですか?つまり、テキストは DIV の下中央に表示されます。 <br>ありがとう! </p> <br> <h2> ディスカッションへの返信 (解決策) </h2> <!doctype html> <p class="sougouAnswer"> <style type="text/css"> <br> #xy {text-align:center;width:200px;height :100px;line-height:30px;padding:0px;border:1px 単色黒;font-size:20px;} <br> #ab {position:relative;top:70px;} <br> </style> <br> <br> <div; id="xy"><div id="ab">dajiahao</div></div> <br> </html> <br> <br> テキストを別の div に配置し、div-top のマージンを制御します。 </p> <div id="div" style="width:100px; height:100px; border:1px Solid #000;"> <div style="margin-top:82px;text-align: center; " > <p class="sougouAnswer"> テキストは下にあり、中央にあります<br> </div> <br> <br> 笑... 1 階のものと同じ効果がありますが、返信したときに更新されませんでした。なので、1階のものは見れませんでした<br>。</p>