If a user prints an html file, is there a way to display page numbers
on the document using cascading style sheets or something of that
sort? I have a document that is generated dynamically by form data
using Perl, and would like some sort of page numbering system on each
page. It seems like some browsers have the option to print page #'s,
but at least Netscape 7 doesn't (and most of my users are primarily
unix-based).
I realize printing a document is somewhat outside of the realm of
HTML's grasp, but I was hoping maybe someone had a clever solution.
Since the content of the html is dynamic, formatting it so I know
where the page breaks occur is not easy. Not to mention, each version
of Netscape prints using a different font apparently.
Thanks,
Dustin
on the document using cascading style sheets or something of that
sort? I have a document that is generated dynamically by form data
using Perl, and would like some sort of page numbering system on each
page. It seems like some browsers have the option to print page #'s,
but at least Netscape 7 doesn't (and most of my users are primarily
unix-based).
I realize printing a document is somewhat outside of the realm of
HTML's grasp, but I was hoping maybe someone had a clever solution.
Since the content of the html is dynamic, formatting it so I know
where the page breaks occur is not easy. Not to mention, each version
of Netscape prints using a different font apparently.
Thanks,
Dustin
Comment