我需要幫助將這三張圖片水平對齊,並將文字居中對齊。我嘗試了幾種不同的CSS方法,但它只是對準一切垂直 對齊表格中的圖像
<article>
<table>
<tr>
<th>
<img src="images/index_cws.jpg" alt="Costal Water Scenes" height="350" width="350" />
</th>
<th>
<img src="images/index_ss.jpg" alt="Street Scenes" height="350" width="350" />
</th>
<th>
<img src="images/index_ws.jpg" alt="Window Sunrises" height="350" width="350" />
</th>
<tr/>
<tr>
<th>
Costal Water Scenes
</th>
<th>
Street Scenes
</th>
<th>
Window Sunrises
</th>
</tr>
</table>
</article>
它看起來對我好,所以請張貼草圖顯示了預期的結果 – LGSon