When embedHtml is used, no image appears in the <td>.
Image out of ticket comes out normally.
Is there a way to get an image inside a table using embedHtml?
using phpdocx 8.2
<table border="1" cellpadding="1" cellspacing="1" style="width:100%">
<tbody>
<tr>
<td><img alt="" src="http://thumb.mtstarnews.com/06/2016/12/2016121909582047551_1.jpg" style="height:187px; width:400px"></td>
<td><img alt="" src="http://thumb.mtstarnews.com/06/2016/12/2016121909582047551_1.jpg" style="height:187px; width:400px"></td>
</tr>
<tr>
<td> </td>
<td> </td>
</tr>
<tr>
<td> </td>
<td> </td>
</tr>
</tbody>
</table>