Different starting numbers in numbered lists?

Hi - I need to use different starting numbers (such as 15, 16, 17 etc) in a numbered list - is this possible?

Thanks in advance.


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

I think you’d have to find a way to add list specific properties to a list item. Not sure if this is possible yet in Freeway.

It’d have to be like this:

<ol>
<li value="10">List Item Starts At 10</li>
</ol>

or

<ol start="10">
<li>List Item Starts At 10</li>
</ol>

I believe both of these options only work in specific browsers. You’ll have to do these in an HTML Markup item for the time being. Also for some reason the code view on this forum takes out my / in the last part of the < / li >. So when you put the code in there make sure there’s a closing tag for the list item…which is my spaced out < / li > without the spaces in-between.


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options