Nested list tags

My plan can be broken down into two phases, each of which would be implemented in a number of sequential steps:
[List=a]
[li]The First Phase[/li][ol]
[li]The first step of phase A[/li][li]The second step of phase A[/li][li]The final step of phase A[/li][/ol]
[li]The Second Phase[/li][ol]
[li]The first step of phase B[/li][li]The second step of phase B[/li][li]The final step of phase B[/li][/ol]
[/list]

Hmmm… unless I messed up the coding, then you can’t nest list tags.

No, but you can fake it.

Could you post that again without enclosing in quote tags Q.E.D.; I can’t see how you’ve coded it because the quote button does not facilitate nested quotes.

[ul]
•The First Phase
&nbsp&nbsp&nbsp•The first step of phase A
&nbsp&nbsp&nbsp•The second step of phase A
&nbsp&nbsp&nbsp•The final step of phase A
•The Second Phase
&nbsp&nbsp&nbsp•The first step of phase B
&nbsp&nbsp&nbsp•The second step of phase B
&nbsp&nbsp&nbsp•The final step of phase B
[/ul]

There you go. The [list] tags are just to indent the whole thing without going nuts with the HTML space code. The bullets are ALT+0149.