Forum


Replies: 1   Views: 1696
No image appears within <td>
Topic closed:
Please note this is an old forum thread. Information in this post may be out-to-date and/or erroneous.
Every phpdocx version includes new features and improvements. Previously unsupported features may have been added to newer releases, or past issues may have been corrected.
We encourage you to download the current phpdocx version and check the Documentation available.

Posted by admin  · 27-09-2019 - 06:31

Hello,
 
We have tested your HTML and it's working correctly, the image appears correctly in both cells. We recommend you to set the downloadImages option as true to download and add them instead of using external links that MS Word internal security can block:
 
$docx->embedHTML($html, array('downloadImages' => true));
 
Regards.