Hello!
I'm having trouble getting rid of headers and footers on the first page of chapters (defined by the <article> tag and using the name "articulo" for its pages definitions). I have tried with
but with no luck. The element has a page-break-before: right; definition, but with or without page inserted, the headers and footers remain as defined in
Am I doing something wrong?
Thanks in advance for your help!
I'm having trouble getting rid of headers and footers on the first page of chapters (defined by the <article> tag and using the name "articulo" for its pages definitions). I have tried with
@page articulo:first {
@top-left {content: normal;}
@top-right {content: normal;}
@bottom-center{content: counter(page);}
}
but with no luck. The element has a page-break-before: right; definition, but with or without page inserted, the headers and footers remain as defined in
@page articulo:right {…}
@page articulo:left {…}
Am I doing something wrong?
Thanks in advance for your help!