2
<body>
<div id="div0">
I love ...
</div>
<div id="div1">
Teste
</div>
<table id="table" border="1" align="center">
<tr>
<td>
Coluna 1
</td>
<td>
Coluna 2
</td>
<td>
Coluna 3
</td>
<td>
Coluna 4
</td>
<td>
Coluna 5
</td>
</tr>
<td>
Coluna 1
</td>
<td>
Coluna 2
</td>
<td>
Coluna 3
</td>
<td>
Coluna 4
</td>
<td>
Coluna 5
</td>
</tr>
#div0 {
background-color:#FF0000;
}
#div1{
background-color: #FFD6D6;
}
#table:
{
background-color: #170E0E;
}
I want you to come out exactly like these div.
When I have printed out only the text, and the table without the colors
It worked!... thank you
– War Lock
Just don’t forget it only works on some browsers!
– bfavaretto
in firefox and so how it looks? can do something?
– War Lock
I think there is no way. Just changing the browser configs when printing.
– bfavaretto