Re: Wrong I?
"Paolo" <Paolop@nospam.com> wrote in message
news:0UVzj.29725$FR.141958@twister1.libero.it...
> Hi at all
>
> I have a table that have some normal <td> and others <td> with a class
> "out" like <td class="out">
>
> I want to make black background-color and white color when the <td> is <td
> class="out"> when I print the table and yellow background-color and black
> color on screen
>
> I have a little css file for media="print" that I call with:
>
> <link rel="stylesheet" type="text/css" media="print" href="print.css" />
>
> it contein a single line:
>
>
>
> .out {color:white;
>
> background-color:black;}
>
> but it print like on screen and it ignore the media print css file
By default browsers do not print background.
--
Richard.
|