title {
display: block;
font-size: 14px;
font-family: 'Helvetica';
font-weight: bold;
}
What i wanted to do is to print multiple pages in html that include the title and a page number inside the header and footer of every page respectively.
- How to style a title in a head or is there any other way to print a header on every printed page.
- How to hide the date but enable the title and a page number on every printed page (after enabling the header and footer in a print preview)