Preserving start of ordered list
-
I wanted an ordered list with an item that doesn’t start at 1. So I went to the HTML side, added
start="0"
to myol
tag, and returned to the visual mode. That action erases thestart="0"
. I know this tag is deprecated, but how can I simply get a list to start at 3 or 0?
- The topic ‘Preserving start of ordered list’ is closed to new replies.