我正在设计一个 HTML 时事通讯,我遇到了这个问题:
如您所见,单元格间距完全不正常:左右列的行之间不应该(也不能)有空格。我真的不知道罪魁祸首是什么,任何想法都将不胜感激!
这是相关的源代码:
<table width="740" cellpadding="0" cellspacing="0" border="1">
<tr>
<td colspan="3">
<img src="top.jpg" width="740" height="53">
</td>
</tr>
<tr>
<td colspan="3" height="200" valign="top" id="headerCell">
<img src="header.jpg" width="740" height="200" alt="Headerbild">
</td>
</tr>
<tr>
<td>
L
</td>
<td valign="top" width="600" bgcolor="#ffffff">
CONTENT
</td>
<td>
R
</td>
</tr>