私は今、基礎フレームワークでプログラミングしています。しかし、私はなぜ、黄色いメニューバーの画像が整列したままになっているのか理解できません。私は写真を中心にしたいと思います。私はドキュメントのすべてを試しましたが、それは私のために働いていません。誰か他の提案はありますか?あなたのサイトの例を見てみるとヘッダーの中央の画像
<body>
<table class="body">
<tr>
<td class="center" align="center" valign="top">
<center>
<table class="row" style="background-color:yellow;">
<tr>
<td class="center" align="center">
<center>
<table class="container">
<tr>
<td class="wrapper last">
<table class="twelve columns">
<tr>
<td>
<img width="250" height="80" src="http://placehold.it/580x300">
</td>
</tr>
</table>
</td>
</tr>
</table>
</center>
</td>
</tr>
</table>
<br>
<table class="container">
<tr>
<td>
<!-- content start -->
<table class="row">
<tr>
<td class="wrapper last">
<table class="twelve columns">
<tr>
<td>
<h1>Hi, Elijah Baily</h1>
<p class="lead">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et.</p>
<img width="580" height="300" src="http://placehold.it/580x300">
</td>
<td class="expander"></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</center>
</td>
</tr>
</table>
@Ne Krが動作していません。 'img { ディスプレイを削除する:ブロック; float:left; } '' 'の要素とそれより上の''に' text-align:center'を追加します – Minksmnm
働いています、ありがとう:-) –