Jump to content

Ordered List Item


chaunce

Recommended Posts

hmmm in pure HTML I don't believe it's possible to jump to different numbers like that. You can start where you want though with the "start" attribute.

<ol start="17">...

Only other thing I could think of is using a <ol> for each list item thus having the numbers you wish.Maybe someone else will come up with some other way but to my knowledge this is the only way, in html anyway.

Link to comment
Share on other sites

I have searched everywhere and cannot find you a solution.The few times something came close it was an abstract CSS solution and they only worked in Opera.I am not sure what to suggest, except I hope you find a way to do it.

Link to comment
Share on other sites

li {list-style: I don't know what should be here}?

I have looked through all the list-style: available and none of them had anything to do with start= or value=.I don't know if CSS2 can do this. Surely W3C wouldn't depreciated those attributes without providing an alternative first, would they?
Link to comment
Share on other sites

Well, start is only depreciated from Strict doctype. If you are ok with using transitional, it should work fine.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...