Page 1 of 1
Printing from a browser, with page breaks?
Posted: Tue Aug 17, 2004 6:47 pm
by penguinboy
I'm looking for a way to print webpages via the browser and have them formatted with page breaks.
Posted: Tue Aug 17, 2004 8:09 pm
by anjanesh
Javascript : window.print(); will print the content of the browser window
Re: Printing from a browser, with page breaks?
Posted: Wed Aug 18, 2004 10:55 am
by penguinboy
Formatted with page breaks?
Posted: Wed Aug 18, 2004 5:02 pm
by tim
I would use CSS to do so
heres a link thats pretty nice:
http://www.htmlgoodies.com/beyond/css_print.html
Posted: Thu Aug 19, 2004 8:06 am
by penguinboy
Thanks tim.