I've a table in wich I've this CSS:
..oddrow{backgr ound-color:#FFFFFF}
..evenrow{backg round-color:#CCCCCC}
The oddrows are white and the even are grey.
BUT ! when I do print the table, there is nothing !!!
How to print such lines colors ? the main purpose of this table is to be
printed.
Please help !
Bob
..oddrow{backgr ound-color:#FFFFFF}
..evenrow{backg round-color:#CCCCCC}
The oddrows are white and the even are grey.
BUT ! when I do print the table, there is nothing !!!
How to print such lines colors ? the main purpose of this table is to be
printed.
Please help !
Bob
Comment