Forum How do I...?

Using Counter without incrementing it

pestafo
Is it possible to use a counter in a css selector without incrementing it.
Just increment it with 0
counter-increment: ctr 0;

does not work.
jim_albright
content: counter(enote, symbols('', '', '', '', '', '', '', '', '', '', '')); 


I must not understand your question. It looks to me like you are using counter without incrementing it here.

Do you really mean to use counter in selector?

How about describing what the problem is that you are trying to solve.

Jim Albright
Wycliffe Bible Translators

pestafo
In this topic I just wondered if there is a way to use a counter for cross reference without incrementing it.
jim_albright
seems like you had it solved.

you increment counter when you want it to advance ... as in

.footnote

and you don't increment counter otherwise

.manual

Jim Albright
Wycliffe Bible Translators