Click to See Complete Forum and Search --> : CSS for Print outs. Page Number.


difrad76
06-28-2006, 10:17 AM
I want to print a page number at the bottom of each page being printed.I do declaire that my styles are for printer just like this.

<style type="text/css" media="print">

Bottom of the page should ideally look like this "Page 1 of 5". Is it possible with CSS? If yes how would I do that?

Thanks

KDLA
06-28-2006, 12:43 PM
Most browsers print that information by default. It would be redundant to place that on there.