次の HTML スニペットでは、2 つのセルをスペースなしで並べて配置したいと思います。可能であればcssを使用せずに。2 番目の左端の位置が 1 番目の右端の位置である場合、それらの間にスペースがあるのはなぜですか? どうも。
<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>