Forum How do I...?

without counter on first page

BadSanta
Hi :) How can I start counter from second page?
On the first page is big image and I must start to count pages from the second page.
On the first page = none counter
second page = counter must be 1
and so on...
Please help me.
mikeday
On the big image or some other heading on the first page you can apply this CSS rule "counter-increment: page -1" to subtract one from the page number.
BadSanta
thx! :D