Is there an easy way to do ordered list numbering like this:

1
  1.1
  1.2
  1.3
2
  2.1
...

For mark up like: 
<ol>
  <li>
    <ol>
      <li></li>
      <li></li>
      <li></li>
    </ol>
  </li>
  <li>
   <ol>
     <li></li>
...

I was looking in the spec, and it didn't look like there was an option for it, 
but perhaps I'm blind.

---Tim
______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to