我在我的表格中有一個單元格,現在是一行表格,它包含一個圖像。無論何時將圖像放入單元格內,該行都會自動從表格頂部移至中心。我嘗試在行中使用v align,但其他內容最終看起來很愚蠢。請幫助。另外,我通過確定圖像的大小來確保單元格比圖像更大。請幫忙。圖像與錶行的對齊
謝謝
<table width="710" bgcolor="white" height="600" align="center" cellpadding="10">
<tr>
<td width="100" height="150" align="center" valign="top">Home</td>
<td width="100" height="150" align="center">Food</td>
<td width="100" height="150" align="center">Hobbies</td>
<td width="100" height="150" align="center">Martin's Blog</td>
<td width="300" height="150" colspan="2" valign="top"><img src="yooo.gif" width="250"></td></tr>
<tr>
<td height="450"> </td> </tr>
</table>
謝謝你的提示。我將使用valign作爲整行,並使頂部的cellpadding變大 – fifiman 2013-05-03 01:17:06