Witam,

Generuje sobie tabele wielopoziomową do pliku pdf i mam powiem problem. Najpierw kod:

  1. $html = '
  2. <table border="1" cellspacing="0">
  3. <tr>
  4. <td width="40" height="30"><font face="Arial" size="11.5" ><b>&nbsp;In<br/>&nbsp;TC </b></font></td>
  5. <td width="25" border="1">
  6. <table>
  7. <tr>
  8. <td width="25" border="1"><font face="Arial" size="9"><b>&nbsp;HH</b></font></td>
  9. </tr>
  10. <tr>
  11. <td width="25" border="1"><font face="Arial" size="9"><b>&nbsp;'.$_POST['part1_intc_hh'].'</b></font></td>
  12. </tr>
  13. </table>
  14. </td>
  15. <td width="473.5" height="30">a</td>
  16. </tr>
  17. </table>';


W efekcie w pdf otrzymuje:



Gdzie popełniam bład ?

Pozdrawiam