View Full Version : Making a printer friendly page
solus1
05-02-2003, 09:51 PM
I have a page with a large table it is a work schedule when it's printed it just breaks when the paper is full.
How do you force the printer to break and start a new page??
Spookster
05-02-2003, 10:46 PM
If you are into defining your page layout via CSS then media types defined in your CSS can make this very easy:
http://www.w3.org/TR/REC-CSS2/media.html
You can define specifically what prints and how it is layed out for printing.
solus1
05-04-2003, 06:45 PM
thank you for the webpage in this subject but alas my supposed state of the art browser doesn't understand getElementById:mad: so I wrote a function with the document.all version and went around the @media for css
brothercake
05-04-2003, 07:30 PM
Originally posted by solus1
my supposed state of the art browser doesn't understand getElementById:mad:
What browser is that? document.all is IE4 - hardly state of that art. Unless you're using another browser with support for the .all collection?
solus1
05-07-2003, 07:12 PM
my browser is ie 5+ i use msn 8 but i don't think that has much to do with it then again i could be using the getElement incorrectly....
anyway i did get it to work...
solus1
05-07-2003, 07:14 PM
the url of the page i was working on is
http://www.geocities.com/phasma_dominus/jeans/new_westside.html
Roy Sinclair
05-07-2003, 08:58 PM
You must be using getElementById incorrectly, it's supported in IE 5.0 and later (including MSN 8).
solus1
05-10-2003, 07:42 AM
You are probably correct Roy if you could tell me where i might find some info on that... thanks
vBulletin® v3.8.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.