Code: Select all
1. do stuff
2. do stuff
Here's a paragraph
3. do stuff
Code: Select all
ol li { counter-increment: mycounter; }
ol.start { counter-reset: mycounter; }
ol.continue { counter-reset: mycounter 2; }
[list]
[*]You can't touch this
[*]You can't touch this
[/list]
STOP! Hammer time.
[list]
[*]You can't touch this
[/list]
< /code>
Um ehrlich zu sein, auch wenn das funktioniert, wäre es nicht ideal. [url=viewtopic.php?t=14917]Ich möchte[/url] nicht angeben, dass die Nummer der ersten Liste in meinem OL.Continue
Was mache ich falsch? Was ist die minimale HTML/CSS -Kombination, die erforderlich ist, um den gewünschten Effekt zu erzielen?