text-align tag not evaluated when exporting to word

Stimulsoft Ultimate discussion
Post Reply
csbrogi
Posts: 89
Joined: Thu May 03, 2012 11:47 am
Location: Germany

text-align tag not evaluated when exporting to word

Post by csbrogi »

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:

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
                
        
Regards,
Clemens
Ivan
Posts: 960
Joined: Thu Aug 10, 2006 1:37 am

text-align tag not evaluated when exporting to word

Post by Ivan »

Hello,

The problem is solved.
The patch will be available in the next prerelease build.

Thank you.
csbrogi
Posts: 89
Joined: Thu May 03, 2012 11:47 am
Location: Germany

text-align tag not evaluated when exporting to word

Post by csbrogi »

Hello

this problem is solved in the latest version

Thanks,
Clemens
Andrew
Posts: 4109
Joined: Fri Jun 09, 2006 3:58 am

text-align tag not evaluated when exporting to word

Post by Andrew »

Hello,

Great!
Thank you for letting us know about this.
Post Reply