Connecting Tech Pros Worldwide Help | Site Map

Printing problem in IE

Member
 
Join Date: Jul 2007
Posts: 41
#1: Feb 9 '09
Hi,

I developed an ASP.NET website. All styles were given through CSS including images. Now the problem is that when we are selecting the webpage for printing, it is not printing the entire page. Well I am using master pages. Well anyone have a solution.

Thanks in advance,
Siju George
Member
 
Join Date: Jul 2007
Posts: 41
#2: Feb 9 '09

re: Printing problem in IE


Hurray we got the problem solved. Actually in CSS there was a style specification
padding:0em 0em 1000em 0em;
margin: 0em 0em -1000em 0em;

We changed it to

padding:0px 0px 0px 0px;
margin: 0px 0px 0px 0px;

and it worked.Thanks
Reply