Numbering in ordered list

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

Numbering in ordered list

Post by csbrogi »

Hello
I am using HTML formatted text and wamt tooutput a numbered list.
THe tag works, but the list items are numbered without . i.e.

Code: Select all


      
        
                
                        bar
                        
                                        ordered list
                                        <ol>
                                        <li>one</li>
                                        <li>two</li>
                                        <li>three</li>
                                        </ol>
                                     
                                     
                
        


is displayed as:
bar ordered list
1 one
2 two
3 three

and not as
bar ordered list
1. one
2. two
3. three

Is there a way to display the list as desired?

Thank you
Clemens
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Numbering in ordered list

Post by Alex K. »

Hello,

The issue is fixed.
Please check the next prerelease build when it will be available on this week.

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

Numbering in ordered list

Post by csbrogi »

Hello

ok, with the new version it works. Thank you
Clemens
Andrew
Posts: 4109
Joined: Fri Jun 09, 2006 3:58 am

Numbering in ordered list

Post by Andrew »

Thanks a lot for letting us know about this!
Post Reply