Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ページの左側に浮かぶフォームがあります。同じ行に、text-align スタイルで中央に配置されるはずのテーブルがあります。中心がずれているのはなぜですか?どうすれば真ん中にとどまることができますか?
text-align は、テキストと画像を中央に配置することです。テーブルを中央に配置する必要がある場合は、親 div に追加します。margin:0px auto;
margin:0px auto;
例えば:
table_wrap_div {width:200px; margin: 0px auto;}