1

Hi,

I have a page with a width of 90mm. I have the following code:
<style> * { margin:0; padding:0 } </style> <table cellspacing="0"> <tr> <td style="width: 1.4mm; height: 1.4mm; border-right: 0.2mm solid #333"></td> <td style="width: 86.8mm; border-right: 0.2mm solid #333"></td> <td style="width: 1.4mm"></td> </tr> </table>

When I add the td widths and borders (1.4 + 0.2 + 86.8 + 0.2 + 1.4 = 90) it adds up to the width of the page; however, the table does not fit perfectly to the page. The last cell is about 0.5mm off the page to the right.

Any ideas to fix that?

Thanks.