ckroon
Posts: 869
|
| Posted: 12/01/2007, 3:53 PM |
|
Hello all.
I have a grid that client needs to print out, with the grid lines bold and black. I can only seem to get it to show the light grey default, no matter what I try.
The Inline CSS style seem to keep defaulting back to their default styles.
Anyone else run into this?
CCS ver 3.2.0.4
_________________
Walter Kempees...you are dearly missed. |
 |
 |
datadoit
|
| Posted: 12/02/2007, 7:49 AM |
|
By 'inline style', are you certain you're saying:
<td style="background-color: white">
and not:
<td bgcolor="#ffffff">
The former will override whatever style is specified for <td> in your
stylesheet. The latter will not.
|
|
|
 |
Oper
Posts: 1195
|
| Posted: 12/02/2007, 8:08 AM |
|
ckroon,
it will color casue the Class is still there
go to Events on that row
use the events BEFORE SHOW ROW
use the Action SET ROW STYLE
Assigne an ATTRIBUTE NAME and the Style separated by ;
like style="whatever here: etc";style="The Other here: etc"
check sample the last TAB: http://200.42.210.135/ccs4Beta/TestTab.asp
_________________
____________________________
http://www.7bz.com (Free CMS,CRM Developed in CCS)
http://www.PremiumWebTemplate.com
Affiliation Web Site Templates
Please do backup first |
 |
 |
|