I use a text field allowing HTML Tags. When I use text-align=right, this is shown correctly in preview mode, but when exporting to word, the formatting is lost.
Here is my input data:
Code: Select all
<p>
<text-align="right">
Right
</text-align>
</p>
<p>
<text-align="center">
My Centered Text
</text-align>
</p>
and a normal foo
Clemens