我的 td 中有图像。我必须将它们对齐顶部,但它们显示在中间。我正在使用以下html。
<table>
<tr>
<td valign="top">
<img src="./images/facebook.jpg" name="facebook" border=0 width=40 height=40>
<img src="./images/twitter.jpg" name="twitter" border=0 width=40 height=40>
<img src="./images/linkedin.jpg" name="linkedin" border=0 width=40 height=40>
<img src="./images/youtube.jpg" name="youtube" border=0 width=40 height=40>
</td>
</tr>
</table>
请建议这里出了什么问题...