我現在正在基礎框架中進行編程。但我不明白爲什麼在黃色菜單欄中的圖片是左對齊的?我希望圖片能夠居中。我已經嘗試了文檔中的所有內容,但這不適合我。有人有其他建議嗎?標題中的中心圖像
<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 {display:block; float:left; }''您的''元素和上面的''上面加上'text-align:center' – Minksmnm
工作,謝謝:-) –