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,