views:

195

answers:

2

I am trying to print invoice. But top whatever i do to setting margins, it doesn't fit on paper. Do you have any idea to get print out invoice to continues form ?

PS. I am coding with ASP.NET and printing out by IE7

A: 

Are you using a print stylesheet?

http://www.alistapart.com/articles/goingtoprint/

jfar
This link is very usefull. Thank you.
uzay95
A: 

I inserted a div which is covering whole divs. I set it position relative and children divs of its, absoulute. So i could show the things at

margin-left : -40px

and

margin-top : 50px .

uzay95