<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 the div to be exactly the same.
When you print, only the text exits, and the table without the colors