Printing from MS IE 7.0

Printing from MS IE 7.0

am 21.04.2008 13:07:01 von jorgen

My problem is related to printing from MS IE 7.0

I have an intranet site developed in Frontpage 2003 running on a win 2003
server. It works fine as long as the user run MS Explorer 6.0. The printing
is the styled as expected by my “print_body.css”.

But, some of the users have updated to MS IE7.0. In this case the print
feature doesn’t work. I have defined the width of the page to be 750 pix on
the screen. The print on pare show this limitation in the print width as well
as the font size is smaller than wanted.

What is wrong or missing in order to use the “print_body.css” when running
MS IE 7.0


A sample page look like this












media="print"/>
Velkommen til Kvalitets- og Miljøstyringssystemet



Pressalit Group A/S’ Kvalitets- og Miljøstyringssystem er et
samlet ledelsessystem, der fokuserer på politikker, mål, ansvar og
forretningsprocesserne i den samlede koncern.







My printing CSS look like this

@media print {
TABLE.noprint, DIV.noprint {display:none}
}

..pagebreak { page-break-before: always }

body{
color: #FFFFFF;
}

#indhold{
margin-left:auto;
margin-right:auto;
padding:2px;
text-align:left;
color:black;
background-color : none;
}

P {
font-family: Times, Serif;
font-size:10pt;
line-height:10pt ;
text-align : left;
margin-top: 0;
margin-left: 10pt;
margin-right:80pt;
margin-bottom: 8pt;
}

H1{
font-family : Arial, Sans-Serif;
font-size : 12pt;
font-weight : bold;
text-align : left;
margin-bottom: 6pt;
}

..graphic{
margin-left: -40pt;
}

Thanks in advance

Jorgen

Re: Printing from MS IE 7.0

am 21.04.2008 19:08:10 von Kathleen Anderson

IE7 includes Printing Enhancements: http://www.ie-vista.com/print.html

--

~ Kathleen Anderson
Microsoft MVP - FrontPage
Spider Web Woman Designs
Expression Web Resources: http://www.spiderwebwoman.com/xweb/
FrontPage Resources: http://www.spiderwebwoman.com/resources/
Please reply to the newsgroup for the benefit of others



"Jorgen" wrote in message
news:11594BAA-D62C-4CB5-874D-82529ED4941F@microsoft.com...
> My problem is related to printing from MS IE 7.0
>
> I have an intranet site developed in Frontpage 2003 running on a win 2003
> server. It works fine as long as the user run MS Explorer 6.0. The
> printing
> is the styled as expected by my "print_body.css".
>
> But, some of the users have updated to MS IE7.0. In this case the print
> feature doesn't work. I have defined the width of the page to be 750 pix
> on
> the screen. The print on pare show this limitation in the print width as
> well
> as the font size is smaller than wanted.
>
> What is wrong or missing in order to use the "print_body.css" when running
> MS IE 7.0
>
>
> A sample page look like this
>
>
>
>
>
>
>
>
>
>
>
>
> > media="print"/>
> Velkommen til Kvalitets- og Miljøstyringssystemet
>
>


>

>

Pressalit Group A/S' Kvalitets- og Miljøstyringssystem er et
> samlet ledelsessystem, der fokuserer på politikker, mål, ansvar og
> forretningsprocesserne i den samlede koncern.


>

>

>
>
>
> My printing CSS look like this
>
> @media print {
> TABLE.noprint, DIV.noprint {display:none}
> }
>
> .pagebreak { page-break-before: always }
>
> body{
> color: #FFFFFF;
> }
>
> #indhold{
> margin-left:auto;
> margin-right:auto;
> padding:2px;
> text-align:left;
> color:black;
> background-color : none;
> }
>
> P {
> font-family: Times, Serif;
> font-size:10pt;
> line-height:10pt ;
> text-align : left;
> margin-top: 0;
> margin-left: 10pt;
> margin-right:80pt;
> margin-bottom: 8pt;
> }
>
> H1{
> font-family : Arial, Sans-Serif;
> font-size : 12pt;
> font-weight : bold;
> text-align : left;
> margin-bottom: 6pt;
> }
>
> .graphic{
> margin-left: -40pt;
> }
>
> Thanks in advance
>
> Jorgen
>