text-align tag not evaluated when exporting to word
Posted: Tue Jun 12, 2012 3:36 am
Hello,
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:
Regards,
Clemens
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