I am trying to add image in tr td using php tcpdf. But sometime images are going another td.
<tr><td><img width="80px" src=image.jpeg'/></td></tr>
you have to be sure the image fits in your td else you will have an overflow and tcpdf does not handle this correctly