Hi,
you need to set the width for the <td> , then it should shows correct in pdf too.
<table border="0" cellspacing="2" cellpadding="2" width="500"> <tbody> <tr> <td width="200">1</td> <td width="200">2</td> </tr> <tr> <td> 3</td> <td> 4</td> </tr> </tbody></table>
Regards,
ken