![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I'm trying to get output that looks like this: 1. main point 1 A. subordinate point B. subordinate point 2. main point 2 A. subordinate point B. subordinate point |
#3
| |||
| |||
|
|
ol { list-style-type: decimal } ol ol { list-style-type: upper-alpha } ol li>main point 1 ol li>subordinate point</li li>subordinate point</li /ol /li li>main point 2 ol li>subordinate point</li li>subordinate point</li /ol /li /ol |
#4
| |||
| |||
|
|
I've put up a first shot at it here: http://www.clearpointsystems.com |
|
Also, should I sub-class the <ol> or just the <li> ? |
#5
| |||
| |||
|
|
ol li>main point 1 ol li>subordinate point</li li>subordinate point</li /ol /li |
![]() |
| Thread Tools | |
| Display Modes | |
| |