Here is another question for you. The "documentation" say to use this to modify the style in a table
"customerName"=>array(
"cssStyle"=>array(
"th"=>"font-weight:bold;text-align:center",
"tr"=>"text-align:center",
"tf"=>"text-align:center",
)
)
But in another email I was told to copy the style from the text I want to match to. Here it is:
.table td {
padding: 8px;
line-height: 18px;
text-align: left;
vertical-align: top;
border-top: 1px solid #dddddd;
How do i take the copied style and make it work in cssStyle?