Forum


Replies: 6   Views: 2846
Table align (html)
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 ajoudeh  · 28-02-2018 - 17:07

Dear,

Im trying to create Word from Pure HTML. Im facing issue on align table to right.

 

below the Simple HTML code:

<table align="center">
    <tr>
        <td>AAA</td>
        <td>AAA</td>
    </tr>
    <tr>
        <td>BBB</td>
        <td>BBB</td>
    </tr>
    <tr>
        <td>CCC</td>
        <td>CCC</td>
    </tr>
</table>

I tried all align options but the table render left.

Any Suggestions.

 

Thanks,