numbered list

mikolaj06
7 Posts
mikolaj06 posted this 25 September 2022
Ask a Question

Hi, how to set the starting number other than 1 in a numbered list?

Hi, how to set the starting number other than 1 in a numbered list?
Vote to pay developers attention to this features or issue.
3 Replies
Order By: Standard | Newest
Support Team
Support Team posted this 26 September 2022

Hi, Jacek,

Unfortunately, it is not possible to do this. You can only add the regular Text Element, and make a numbered list manually.

Let us know if you need our further help!
...................................................
Sincerely,
Paul C.
Nicepage Support Team

Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1
Follow us on Facebook: http://facebook.com/nicepageapp

Hi, Jacek, Unfortunately, it is not possible to do this. You can only add the regular Text Element, and make a numbered list manually. Let us know if you need our further help! ................................................... Sincerely, Paul C. Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
mikolaj06
7 Posts
mikolaj06 posted this 26 September 2022

Hi Paul,
thank you for your explanation. It is a pity that it is impossible, but I have to live with this. Thank you for the hint on how to solve the problem.
Best,
Jacek

Hi Paul, thank you for your explanation. It is a pity that it is impossible, but I have to live with this. Thank you for the hint on how to solve the problem. Best, Jacek
Support Team
Support Team posted this 26 September 2022

Hi, Jacek,

You can also add the HTML Element, and insert the HTML code for the numbered list. For example:

<ol type="1" start="3">
   <li>Item 1</li>
   <li>Item 2</li>
   <li>Item 3</li>
   <li>Item 4</li>
</ol>

...................................................
Sincerely,
Paul C.
Nicepage Support Team

Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1
Follow us on Facebook: http://facebook.com/nicepageapp

Hi, Jacek, You can also add the HTML Element, and insert the HTML code for the numbered list. For example: <ol type="1" start="3"> <li>Item 1</li> <li>Item 2</li> <li>Item 3</li> <li>Item 4</li> </ol> ................................................... Sincerely, Paul C. Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
You must log in or register to leave comments