|
Posted by Jason Chan on May 30, 2005, 4:27 am
Please log in for more thread options
I have a cell in table with background color set to red, for example
<table>
<tr><td bgcolor="red">ABC</td></tr>
</table>
I print this page to a color printer, however, no background color is
printed (red in this case)
So if it a IE problem or HTML behavior like this?
Thanks in advance,
Jason
|
|
Posted by Els on May 30, 2005, 1:34 pm
Please log in for more thread options
Jason Chan wrote:
> I have a cell in table with background color set to red, for example
>
> <table>
> <tr><td bgcolor="red">ABC</td></tr>
> </table>
>
> I print this page to a color printer, however, no background color is
> printed (red in this case)
>
> So if it a IE problem or HTML behavior like this?
IE: internet options -> advanced tab -> printing: print background
colours and images
(or something similar, as I just translated that from Dutch)
--
Els http://locusmeus.com/ Sonhos vem. Sonhos vão. O resto é imperfeito.
- Renato Russo -
Now playing: UB40 - Groovin' (Out On Life)
|
|
Posted by David Dorward on May 30, 2005, 1:35 pm
Please log in for more thread options
Jason Chan wrote:
> I print this page to a color printer, however, no background color is
> printed (red in this case)
>
> So if it a IE problem or HTML behavior like this?
Most browsers come with a preference to prevent the printing of background
colours and images (since they aren't part of the content and just munch
through expensive ink/toner). Its usually on by default.
It isn't a problem with the browser, not a design if HTML - its a user's
decision.
--
David Dorward <http://blog.dorward.me.uk/> <http://dorward.me.uk/> Home is where the ~/.bashrc is
|
|
Posted by Philipp Lenssen on May 30, 2005, 3:08 pm
Please log in for more thread options
David Dorward wrote:
> Jason Chan wrote:
>
> > I print this page to a color printer, however, no background color
> > is printed (red in this case)
> >
> > So if it a IE problem or HTML behavior like this?
>
> Most browsers come with a preference to prevent the printing of
> background colours and images (since they aren't part of the content
> and just munch through expensive ink/toner). Its usually on by
> default.
>
> It isn't a problem with the browser, not a design if HTML - its a
> user's decision.
It's more like a manufacturer's decision -- most users certainly won't
fiddle around with those settings. (And no, I don't have stats at hand,
but I watch people use browsers.) More advanced users like you and me
certainly know how to handle settings, or even to write a
user-stylesheet.
--
Google Blogoscoped
http://blog.outer-court.com
|
|
Posted by Alan J. Flavell on May 30, 2005, 4:30 pm
Please log in for more thread options
On Mon, 30 May 2005, Philipp Lenssen wrote:
> David Dorward wrote:
>
> > It isn't a problem with the browser, not a design if HTML - its a
> > user's decision.
>
> It's more like a manufacturer's decision
Do we *have* to have this pointless argument about *every* browser
option which gets raised? This is an HTML authoring group, after all.
> -- most users certainly won't fiddle around with those settings.
The browser developers evidently thought it was sufficiently important
to implement a user option. Along with all the other user options
that they implemented (which, it seems, you would have us believe are
practically never used).
> (And no, I don't have stats at hand,
For HTML authoring purposes, fortunately, I don't need them; I
wouldn't believe them anyway, since I know there's no reliable way of
collecting them.
> but I watch people use browsers.)
Well, some of the people I watch are rather more discerning in their
use of browsers.
The "manufacturer" decided to offer a user option, that much is clear.
*They* must have thought it was worth their effort, even if you
believe that hardly anybody will ever use it.
|
| Similar Threads | Posted | | Cannot set background color (XML+CSS) | July 6, 2005, 12:16 am |
| cell background color | February 15, 2005, 1:23 pm |
| background color of a frame | May 26, 2006, 12:03 pm |
| background-color: #777777 not working in CSS | August 3, 2004, 4:20 pm |
| Changing background color of a frameset | June 17, 2005, 2:16 pm |
| how can i change all disabled inputs background color ? | February 28, 2006, 10:58 pm |
| Google tool bar changes text input background color | November 14, 2007, 2:50 pm |
| URGENT: Making rows with background color seemless | June 5, 2008, 10:10 pm |
| How do you make a table background cover whole table | August 3, 2004, 9:49 pm |
| Setting an image as background to a table cell. | September 27, 2005, 5:54 pm |
|