How can I set print margins? - my content is cut off when printed out
I've designed my web pages to fit within the 800x600 resolution.
Upon printing out a page on my printer, I was surprised to find that the content gets cut off.
Its obvious that the margins are, by the printers default, set to too large of a value, because there was room to spare on the sheet.
I'm designing my site to be "user friendly", so for the pages that need to be printed out, they will have to fit on the page properly, and I can't expect the user to go into the page setup and set the printers default margins to a smaller value.
So what do I do?
Are there some java classes available that can set the margins for a page?
Will the users printer accept the margins?
Please provide any info you can...point me in the right direction, please.
My web pages are constructed by using html, java, servlets, and jsp.
So the java code will be in a servlet should this process require it.

