Search code examples
javascriptcssprintingstylesheet

Is it Possible to change the Default Margins of Browser through JavaScript?


I want to change the default margins of Browser through JavaScript because I want to print the displayed document on page but the margins are different on different browser??? plz help me to change default margins of browser. if you have any solution tell me.


Solution

  • I would recommend adding reset.css to your page, and probably to all of your pages/projects.
    This way you should be able to eliminate all differencies in default style values amongst browsers.