Forum


Replies: 3   Views: 2101
Td width problem after 9.0 update
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 jusatuo  · 19-03-2019 - 23:34

Hi!

I updated to version 9.0 from 8 today.

After that

1) $docx->enableCompatibilityMode();  produced HTTP error 500

and after commenting that line

2) All table TD widths (defined either with css style or <td width="400">) didn't have effect anymore when embedding an HTML table. All had equal width. The table itself had correct width.

Any idea? Should I go back to 8.0?