当我将图像添加到这样的表格时:
<table>
<tr>
<td>
<img src...
</td>
</tr>
</table>
它增加了表格的高度,显示了我放置代码的行上图像的底部:
Cell without Same cell with image:
any content: --------------
Image
Image
---------- Image
Image
---------- --------------
看看细胞的底部是如何保持不变,但顶部会更高。
我希望在我放置代码的行中获取图像的顶部,而不是底部显示我放置代码的位置,如下所示:
---------- --------------
Image
---------- Image
Image
Image
--------------
我很难解释它,请问是否不清楚。我知道这实际上发生了很多事情,但我不知道如何解释它。
答案 0 :(得分:0)
只在这里猜测。
td {vertical-align:top;}
不是一个定义明确的问题。当前和所需的输出看起来完全相同,没有可用的代码示例。