Attribute for <OL ...> START = integer
Posted 05/05/2009 - 07:00 by David Schnardthorst
Problem:
When developing an <OL> style list in HTML, the list needs to start at a number other than 1
Solution:
START
| this code | produces this |
We now continue from yesterday: <OL START=5> <LI>Turn South at Highway 94 <LI>Follow to Weldon Spring </OL> |
We now continue from yesterday: |
- Turn South at Highway 94
- Follow to Weldon Spring
