Posted by CK on 06/02/06 21:31
Hello all,
I have a nested ol and I need help with the numbering.
For example.
<ol>
<li>Sweet</li>
<li>Salty</li>
<ol>
<li>Very Salty</li>
<li>lightly salted</li>
</ol>
<li>bitter</li>
<li>sour</li>
</ol>
I want the output to be
1.. Sweet
2.. Salty
1.1Very Salty
1.2lightly salted
3.. bitter
4.. sour
But it currently renders like this.
1.. Sweet
2.. Salty
1.. Very Salty
2.. lightly salted
3.. bitter
4.. sour
I need the decimal style. Any ideas? Thanks ~CK
Navigation:
[Reply to this message]
|