Hello,
I have some problem with tables.
A simple table, like this:
<table>
<tr>
<td style="width: 50%;">
a very looooooooooong text here (about 2 pages)
</td>
<td style="width: 50%;">
short text
</td>
</tr>
</table>
When content of firts column is divided (because of long text), content of 2 column passes to the next page to.
I need it on 1st page.
Valign doesn't work
I tried to use only tcpdf, and it looks o.k.
Why it doesn't work in html2fpdf?
Any suggestion?