在下面的 HTML 片段中,我希望两个单元格并排放置,它们之间没有空格;如果可能,不使用 css。如果第二个的最左边的位置是第一个的最右边的位置,为什么它们之间会有任何空间?谢谢。
<TR>
<TD style="position:absolute; top:98px; left:0px; right:56px; bottom:126px; font-size: 7pt; background-color:Lime; text-align: center; font-family: Arial;" cellpadding="0" cellspacing="0">ABC</TD>
<TD style="position:absolute; top:98px; left:56px; right:112px; bottom:126px; font-size: 7pt; background-color:Lime; text-align: center; font-family: Arial;" cellpadding="0" cellspacing="0">123</TD>