mpasternak
05-08-2007, 02:25 PM
Good afternoon folks.
Here's my rather simple HTML Dilemma.
I've got a special Timesheet template. It takes it's data from the server and determines which boxes need to be filled. However, This is a paper template that needs to get printed and sent. The fields that do not need to be filled out need to be filled in Black
The array of data is a very simple table. if the data isn't dneeded, that cell is blacked out. However, Printing doesn't by default print those backgrounds if i use the <td bgcolor=black> tag.
I'm wondering, is there a way to fill those cell's in black some other way that will print by default or over ride the default printer settings to print backgrounds?
Here's my rather simple HTML Dilemma.
I've got a special Timesheet template. It takes it's data from the server and determines which boxes need to be filled. However, This is a paper template that needs to get printed and sent. The fields that do not need to be filled out need to be filled in Black
The array of data is a very simple table. if the data isn't dneeded, that cell is blacked out. However, Printing doesn't by default print those backgrounds if i use the <td bgcolor=black> tag.
I'm wondering, is there a way to fill those cell's in black some other way that will print by default or over ride the default printer settings to print backgrounds?