Forum


Replies: 2   Views: 3224
Image alignment
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 tets  · 27-01-2011 - 09:24

Hi, im having a problem alingning an image to the right. This is my code:

$paramsImg = array(
'name' => "images/image.jpg",
'scaling' => 50,
'jc' => 'right'
);

$docx->addImage($paramsImg);

Is it right?

Thank you very much!!!

Posted by admin  · 11-04-2013 - 12:12

Hi,

We're checking this issue.

Regards.