Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

window.print() question

Status
Not open for further replies.

FALCONSEYE

Programmer
Jul 30, 2004
1,158
US
does anyone know when using window.print() method if it is possible to set properties such as landscape, left : 0.2, right: 0.2?
thanks for the help in advance
 

Why not use plain old CSS? With a print style sheet, you should be able to set all your margins and page orientations - no JS or ActiveX required.

Ask in the HTML / CSS forum for more info.

Hope this helps,
Dan


The answers you get are only as good as the information you give!

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top