![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hello all, I have a nested ol and I need help with the numbering. 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 |
#3
| |||
| |||
|
|
I have a nested ol and I need help with the numbering. |
|
I want the output to be 1.. Sweet 2.. Salty 1.1Very Salty 1.2lightly salted |
|
I need the decimal style. |
#4
| |||
| |||
|
|
Hello all, I have a nested ol and I need help with the numbering. For example. I need the decimal style. Any ideas? Thanks ~CK |
#5
| |||
| |||
|
|
In article <I62gg.106318$dW3.10267 (AT) newssvr21 (DOT) news.prodigy.com>, "CK" <c_kettenbach (AT) hotmail (DOT) com> wrote: Hello all, I have a nested ol and I need help with the numbering. For example. I need the decimal style. Any ideas? Thanks ~CK Yes, you need to set the list-style-type. This might do you, I will give you an inline style for now on the bit that you probably want different to the normal decimal of the rest: ol style="list-style-type: lower-roman" li>Very Salty</li li>lightly salted</li /ol |
#6
| |||
| |||
|
|
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>Salty ol li>Very Salty</li li>lightly salted</li /ol /li li>bitter</li |
#7
| |||
| |||
|
|
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 |
#8
| |||
| |||
|
|
CK wrote: 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 I couldn't make it work with a list but in the interests of science I came up with a sort of hackey workaround. http://iron.corona.googlepages.com/list_counter.html As you can see it's not a list any more and it won't work in IE. Does anyone know when FF started supporting counter-increment? They didn't quite recently. |

#9
| |||
| |||
|
|
ironcorona wrote: CK wrote: 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 I couldn't make it work with a list but in the interests of science I came up with a sort of hackey workaround. http://iron.corona.googlepages.com/list_counter.html As you can see it's not a list any more and it won't work in IE. Does anyone know when FF started supporting counter-increment? They didn't quite recently. In Konqueror it does but in FF 1.0.2 no, but that is old now. |
#10
| |||
| |||
|
|
In message <I62gg.106318$dW3.10267 (AT) newssvr21 (DOT) news.prodigy.com>, CK c_kettenbach (AT) hotmail (DOT) com> writes Hello all, I have a nested ol and I need help with the numbering. 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 I don't think you can do that without using a script. |
![]() |
| Thread Tools | |
| Display Modes | |
| |