Вообще-то должно быть все нормально, вот кусок кода:
--------------------------------
<table border="1" width="100%" class="style1" cellspacing=2 cellpadding=2>
<tr>
<td class="style1">
<table cellpadding="1" cellspacing="3" width="100%" height="100%" >
<tr>
<td class="style1">
<p> <?= $address?>
</td>
</tr>
</table>
</td>
<td valign="top" class="style1" width="130">
<div align="center">
<table width="100%" border="0" cellspacing="3" cellpadding="1">
<tr>
<td>
<div class="style1" align="center"></div>
</td>
</tr>
</table>
</div>
</td>
</tr>
<tr>
<td class="style1">
<table width="100%" border="0" cellspacing="3" cellpadding="1">
<tr>
<td class="style1">
<?= $dir_rang ?>
<br>
<b><?= $dir ?></b>
</td>
</tr>
</table>
</td>
--------------------------------
И все работает пучком!
