I found the answer. Place this html code before the list you are going to create:
<ol start=”26″>
In my case I want the list to start with #26 — therefore I put the number “26” in the above html code.
If you want your number to start with, for example, 10 – you would replace the 26 in the above code with the number 10.
Pretty simple.