PC Review


Reply
Thread Tools Rate Thread

Cells don't show up when HTML is printed.

 
 
=?Utf-8?B?TWljaGFlbCBSeWxl?=
Guest
Posts: n/a
 
      11th Jun 2004
Hi All,

I have a web page (actually it's an email newsletter, but it's just vanilla HTML) which has a colored bar near the top like so:

<TD bgcolor=#336699 colspan="4" align="left">
<FONT color=#ffffff>
<STRONG>
Some text here
</STRONG>
</FONT>
</TD>

The function of this bar is to separate the masthead image from the body of the newsletter.

When I display the HTML in IE it all looks great.

When I print the page, the screen effect created by this colored bar is gone, i.e., the color of the text is changed from white (#ffffff) to black and the bgcolor of the cell is changed from blue (#336699) to white.

Does anyone know why this is happening, and, more importantly, what, if anything I can do about it?

Thanks!

--
Michael Ryle
North Eastham, MA
 
Reply With Quote
 
 
 
 
Thomas A. Rowe
Guest
Posts: n/a
 
      11th Jun 2004
You have to set IE to print backgrounds of tables/cells under Tools | Internet Options | Advanced |
Printing

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)
http://www.ycoln-resources.com
FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
To assist you in getting the best answers for FrontPage support see:
http://www.net-sites.com/sitebuilder/newsgroups.asp

"Michael Ryle" <(E-Mail Removed)> wrote in message
news:B36A88FC-A0A5-45AC-8150-(E-Mail Removed)...
> Hi All,
>
> I have a web page (actually it's an email newsletter, but it's just vanilla HTML) which has a

colored bar near the top like so:
>
> <TD bgcolor=#336699 colspan="4" align="left">
> <FONT color=#ffffff>
> <STRONG>
> Some text here
> </STRONG>
> </FONT>
> </TD>
>
> The function of this bar is to separate the masthead image from the body of the newsletter.
>
> When I display the HTML in IE it all looks great.
>
> When I print the page, the screen effect created by this colored bar is gone, i.e., the color of

the text is changed from white (#ffffff) to black and the bgcolor of the cell is changed from blue
(#336699) to white.
>
> Does anyone know why this is happening, and, more importantly, what, if anything I can do about

it?
>
> Thanks!
>
> --
> Michael Ryle
> North Eastham, MA



 
Reply With Quote
 
=?Utf-8?B?TWljaGFlbCBSeWxl?=
Guest
Posts: n/a
 
      11th Jun 2004
i neglected to say that when I print the page I print it from IE.

--
Michael Ryle
North Eastham, MA


"Michael Ryle" wrote:

> Hi All,
>
> I have a web page (actually it's an email newsletter, but it's just vanilla HTML) which has a colored bar near the top like so:
>
> <TD bgcolor=#336699 colspan="4" align="left">
> <FONT color=#ffffff>
> <STRONG>
> Some text here
> </STRONG>
> </FONT>
> </TD>
>
> The function of this bar is to separate the masthead image from the body of the newsletter.
>
> When I display the HTML in IE it all looks great.
>
> When I print the page, the screen effect created by this colored bar is gone, i.e., the color of the text is changed from white (#ffffff) to black and the bgcolor of the cell is changed from blue (#336699) to white.
>
> Does anyone know why this is happening, and, more importantly, what, if anything I can do about it?
>
> Thanks!
>
> --
> Michael Ryle
> North Eastham, MA

 
Reply With Quote
 
Joe Rohn
Guest
Posts: n/a
 
      11th Jun 2004
Hi Michael,

I believe it is your browser settings. For example in IE 6 you would go to
Tools | Internet Options | Advanced | and check the box that says:

"Print background colors and images"

--
Joe

FrontPage Users Forums:
http://www.timeforweb.com/frontpage

"Michael Ryle" <(E-Mail Removed)> wrote in message
news:B36A88FC-A0A5-45AC-8150-(E-Mail Removed)...
> Hi All,
>
> I have a web page (actually it's an email newsletter, but it's just

vanilla HTML) which has a colored bar near the top like so:
>
> <TD bgcolor=#336699 colspan="4" align="left">
> <FONT color=#ffffff>
> <STRONG>
> Some text here
> </STRONG>
> </FONT>
> </TD>
>
> The function of this bar is to separate the masthead image from the body

of the newsletter.
>
> When I display the HTML in IE it all looks great.
>
> When I print the page, the screen effect created by this colored bar is

gone, i.e., the color of the text is changed from white (#ffffff) to black
and the bgcolor of the cell is changed from blue (#336699) to white.
>
> Does anyone know why this is happening, and, more importantly, what, if

anything I can do about it?
>
> Thanks!
>
> --
> Michael Ryle
> North Eastham, MA



 
Reply With Quote
 
=?Utf-8?B?TWljaGFlbCBSeWxl?=
Guest
Posts: n/a
 
      11th Jun 2004
That did it. Thanks for the rapid response.

--
Michael Ryle
North Eastham, MA


"Thomas A. Rowe" wrote:

> You have to set IE to print backgrounds of tables/cells under Tools | Internet Options | Advanced |
> Printing
>
> --
> ==============================================
> Thomas A. Rowe (Microsoft MVP - FrontPage)
> WEBMASTER Resources(tm)
> http://www.ycoln-resources.com
> FrontPage Resources, WebCircle, MS KB Quick Links, etc.
> ==============================================
> To assist you in getting the best answers for FrontPage support see:
> http://www.net-sites.com/sitebuilder/newsgroups.asp
>
> "Michael Ryle" <(E-Mail Removed)> wrote in message
> news:B36A88FC-A0A5-45AC-8150-(E-Mail Removed)...
> > Hi All,
> >
> > I have a web page (actually it's an email newsletter, but it's just vanilla HTML) which has a

> colored bar near the top like so:
> >
> > <TD bgcolor=#336699 colspan="4" align="left">
> > <FONT color=#ffffff>
> > <STRONG>
> > Some text here
> > </STRONG>
> > </FONT>
> > </TD>
> >
> > The function of this bar is to separate the masthead image from the body of the newsletter.
> >
> > When I display the HTML in IE it all looks great.
> >
> > When I print the page, the screen effect created by this colored bar is gone, i.e., the color of

> the text is changed from white (#ffffff) to black and the bgcolor of the cell is changed from blue
> (#336699) to white.
> >
> > Does anyone know why this is happening, and, more importantly, what, if anything I can do about

> it?
> >
> > Thanks!
> >
> > --
> > Michael Ryle
> > North Eastham, MA

>
>
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to show date printed, updated only when worksheet printed? =?Utf-8?B?U2Ft?= Microsoft Excel Misc 3 1st Oct 2006 03:15 PM
Shaded cells on a worksheet but do not show up on printed copy? =?Utf-8?B?RGVib3JhaCBLaW5uZXk=?= Microsoft Excel Worksheet Functions 1 6th Mar 2006 09:18 PM
Suggestion for Printed Header/Footer in HTML =?Utf-8?B?TWFyayBXaWxzb24=?= Microsoft Outlook Discussion 0 16th May 2005 02:07 PM
Html file saved by XP cannot be printed using different OS's Eggshell Windows XP General 0 24th Dec 2003 03:46 PM
In Excel 2002 highlighted cells show when printed, not on screen though. Borcherding Microsoft Excel Misc 2 11th Sep 2003 11:09 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 02:01 AM.