Forum


Replies: 4   Views: 1984
Embedhtml adds space in table cell
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 greGiii  · 18-07-2019 - 12:46

Hi, I have a small anoying issue when in every cell a space is added in front of the content. I tried to create a no CSS table aswell and still the space is present.

PHPdocX 9 version.

simple example:

$this->phpdocx->embedHTML('<table><tr><td>TEST</td></tr></table>');

https://i.ibb.co/m6zqYw9/Capture.png