Hi there!
I have a table with background color. It looks alright on screen. But the color isn't printed. (Yes I have a color printer ;-) ) I tried it with and without css. Doesn't make a difference.
Here's the code with css:
[tt]
<table>
<tr>
<td style="background-color:#00FFFF">Mytext</td>
</tr>
</table>
[/tt]
Here's the code without css:
[tt]
<table>
<tr>
<td bgcolor="#00FFFF">myText</td>
</tr>
</table>
[/tt]
Does anybody know why? Or how to make the printer print the cell's background color?
Best regards
Eva
I have a table with background color. It looks alright on screen. But the color isn't printed. (Yes I have a color printer ;-) ) I tried it with and without css. Doesn't make a difference.
Here's the code with css:
[tt]
<table>
<tr>
<td style="background-color:#00FFFF">Mytext</td>
</tr>
</table>
[/tt]
Here's the code without css:
[tt]
<table>
<tr>
<td bgcolor="#00FFFF">myText</td>
</tr>
</table>
[/tt]
Does anybody know why? Or how to make the printer print the cell's background color?
Best regards
Eva