Forum


Replies: 1   Views: 3638
Html table: td align
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 markthebro  · 29-08-2015 - 19:02

i create a html table in php using style tags in the td element, eg. one row: tr td style="text-align:left;"img src="...." width="355"/td td style="width:10%;"/td td style="text-align:right;"img src="..." width="355"/td /tr (of course i use < and >) but the text-align statement, has no effect in word (in html it gets displayed correctly), the images inside the table are all left, what shall i do?

Posted by admin  · 31-08-2015 - 07:59

Hello, What version and license of phpdocx are you using? You need to set the float property of the image. Regards.