How can I start my order list from a different number?

I have an ordered list in a grid. I’d like to store the first half of my ordered list items in one cell and the second half in a different cell.

Unfortunately, putting the second half of my list in a separate cell automatically changes the starting number of the list to one. How can I continue my list from one cell to my new cell without the numbers restarting? Or can I manually set the start number for the second half of my list?

Actually just figured it out. I had to add custom attributes to the <ol> list element. Didn’t realize that was something I could do.

what did you add to number it custom? thx to help

In your List Settings, use “Custom Attributes” to define your desired starting number. For example, start=“3” (See screenshot below)

image

1 Like

thx a lot!
this is awesome
Karel