Forum


Replies: 4   Views: 218
Table in table cell without padding
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  · 03-12-2024 - 12:58

Hello,

We have done some tests with some MS Word versions and don't see any way to apply transparency to the outer table. Even after removing the borders, MS Word does an overlapping. Transparency (no color) and z-index can be applied to very specific contents in MS Word.

Maybe the easiest solution is to set a very low value that displays the left corner and move the alignment as little as possible:

'left' => 36,

Cell margins use twips (twentieth of a point) as size value.

Regards.