I have an odd little problem printing a table.
My table lists names and telephone numbers.
To make the table more readable I have made the backround colour different for each alternate row.
The first row background is grey.
The second row background is white.
the third row background is grey.
The fourth row background is white.
Etc.....
On screen it looks great but when I print it, the background is white for all rows. My printer is installed with the correct drivers so I'm a bit confused. I have defined the background colour of each row as:
<TR BGCOLOR="#EEEEEE">
or
<TR BGCOLOR="#FFFFFF">
Anybody any ideas??
Thanks.
My table lists names and telephone numbers.
To make the table more readable I have made the backround colour different for each alternate row.
The first row background is grey.
The second row background is white.
the third row background is grey.
The fourth row background is white.
Etc.....
On screen it looks great but when I print it, the background is white for all rows. My printer is installed with the correct drivers so I'm a bit confused. I have defined the background colour of each row as:
<TR BGCOLOR="#EEEEEE">
or
<TR BGCOLOR="#FFFFFF">
Anybody any ideas??
Thanks.