Is there a way to print a header or line on every page using css? I don't mean to override the header that the browser uses, I mean a line that would simply appear at the top of each printed page.
I tried this, but it didn't work in either FF or IE.
Thanks.Code:<style type="text/css" media="print"> @page { @top-left{ content: "Content on each page"; } } </style>



Reply With Quote



Bookmarks