View Single Post
Old 11-16-2011, 10:34 PM   #1
andyd273
Junior Member
andyd273 began at the beginning.
 
Posts: 9
Karma: 10
Join Date: Nov 2011
Device: none
Nested Ordered Lists

Or, can I have an ordered list with a nested list inside with alpha instead of numeric?

1.
2.
a.
b.
3.

Tried this, didn't work.

<ol>
<li></li>
<li></li>
<ol style="list-style-type:lower-alpha;">
<li></li>
<li></li>
</ol>
<li></li>
</ol>

the lower alpha list shows up as numbers instead.
is there a better way to do this?
andyd273 is offline   Reply With Quote