- ベストアンサー
中央揃えでHTMLコードを配置する方法
- IE、FireFox、Google chromeでHTMLコードを配置する方法について解説します。
- HTMLの知識が乏しい方でも分かりやすいように詳しく解説します。
- 要約すると、HTMLコードを使用して文字やチャート表を画面の中央に配置する方法について説明します。
- みんなの回答 (1)
- 専門家の回答
質問者が選んだベストアンサー
> ※左よりになってしまいます(画像参照) 添付画像では「右より」になっているように見えますが・・・。 下記のようにソースを変更してはどうでしょうか。 添付画像参照。 <!DOCTYPE html> <html lang="en"><head> <meta charset="utf-8"> <title>Template</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="description" content=""> <meta name="author" content=""> <link href="css/bootstrap.css" rel="stylesheet"> <style type="text/css"></style> </head><body> <div id="des"> <div style="text-align: center;"><img src="http://i.imgur.com/waQOdzt.png" style="height: 28px; width: 900px;"></div> <div id="content" style="text-align: center; font-family: serif; font-size: 28px; line-height: 30px;"><br> <center> <div style="text-align: center;"><font face="Times New Roman"><b>THUNDER FORCE GOLD PACK 2 SAT Sega Saturn JPN Import</b></font> <br> </div> <br> <div style=""> <table border="4"> <tbody> <tr> <th style="background-color: rgb(135, 206, 250);">Condition new or used? hotmint</th> <th style="background-color: rgb(255, 105, 180);">Used</th> </tr> <tr> <th style="background-color: rgb(135, 206, 250);">Platform</th> <th style="background-color: rgb(255, 105, 180);">Sega Saturn</th> </tr> <tr> <th style="background-color: rgb(135, 206, 250);">Genre</th> <th style="background-color: rgb(255, 105, 180);">Action/Adventure</th> </tr> <tr> <th style="background-color: rgb(135, 206, 250);">G</th> <th style="background-color: rgb(255, 105, 180);">Action/Adventure</th> </tr> </tbody> </table> </div> </center> </div> <br> <br> <br> </div> <br> <br> <br> </body></html>
お礼
すみません。右寄りでした…。 ありがとうございます!助かりました!