【发布时间】:2014-07-08 14:59:55
【问题描述】:
前段时间我遇到了一个问题,表格中的图像没有填满单元格,this post 中介绍了这个问题
但是,我现在对此进行了编辑,我需要添加指向图像和文本的链接。再一次,我遇到了同样的问题,我有多余的空格。
<table>
<tr>
<td width="200px" height="175px" style="text-align: center; border: 0; background-color: #ffffff; padding: 0; margin: 0; border-collapse: collapse; ">
<a href="http://www.placekitten.com/"><img src="http://www.placekitten.com/200/175" style="display: block; padding: 0; border: 0;" /></a>
</td>
</tr>
<tr>
<td width="200px" height="25px" style="text-align: center; border: 0; background-color: #535152; color: #fffdfe; padding: 0; margin: 0; border-collapse: collapse; ">
<a href="http://www.placekitten.com/">Text</a>
</td>
</tr>
</table>
这是JSFiddle
这是在某处填充的情况吗?还是什么?
【问题讨论】:
标签: html css html-table href whitespace