evergreean
Technical User
I thought there was a way to display numbers in an ordered list or do I have to put them in manually?
Should look like this:
Code:
<ol>1. States
<li>1. California</li>
<li>1. City</li>
<li>2. County</li>
<li>1. Oregon</li>
<li>1. City</li>
<li>2. County</li>
</ol>
Should look like this:
Code:
1. States
1. California
1. City
2. County
2. Oregon
1. City
2. County