Report column alignments - text-align?
462724Nov 4 2005 — edited Nov 7 2005Hi,
I'm having trouble aligning my report columns, which should be really easy given what I've read, but can only manage by specifying the align attribute in the <td> tag of the report template.
I am using a named column report template, with multiple row template conditions. My objective is to specify the alignment of a report column once, and have each reference to the named column in the row templates pick up the alignment. Using theme 12 I know that setting <td class="t12data" align=right> works but I would need to do that for each row template, for each column that's not left aligned.
Questions:
1) Can you pick up the value of the value of the column alignment from the report attributes for a named column? (I tried #ALIGNMENT# but it doesn't substitute, not sure how you would specify which column's alignment anyway)
2) I have tried specifying in the CSS Style for the column attribute by setting it to:
text-align:right
But it doesn't seem to work. Everything else I put in CSS Style seems to work, but not text-align. Is it supposed to work???
Any help would be greatly appreciated!!!
Nat