Search found 1 match

by Karthik1
Mon Jul 25, 2011 8:41 am
Forum: Page Layout
Topic: Header in all Pages except the first Page
Replies: 1
Views: 1190

Header in all Pages except the first Page

Can any one tell me the tag to produce the output like
@page {
@top-left {
content: string(guideword, first);
}
@top-center {
content: counter(page);
}
@top-right {
content: string(guideword, last);
}
}
@page :first {
@top-left { content: ''; }
@top-center { content: ''; }
@top-right ...