Wrong I?
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
Please can you me to do some thing?
best regards
|