Question
Vertical Text in PDF using <CFDOCUMENT>
I am using font tag in a CSS file to layout a table header
using vertical text. In HTML, the vertical text looks fine.
However, when I convert the table to a pdf using
<cfdocument>, the vertical text is displayed as horizintal
text and does not follow the css specified font family, color or
size.
Here is the line in the CCS I am referencing:
.header_vertical {FONT-WEIGHT: bold; FONT-SIZE: 8pt; FONT-STYLE: normal; writing-mode:tb-rl; FONT-FAMILY: helvetica, arial, verdana, sans-serif; TEXT-DECORATION: none; COLOR: #0f437c}
This is CFMX7 on a Windows Server 2003 OS running IIS.
Any ideas???
Thanks.
Here is the line in the CCS I am referencing:
.header_vertical {FONT-WEIGHT: bold; FONT-SIZE: 8pt; FONT-STYLE: normal; writing-mode:tb-rl; FONT-FAMILY: helvetica, arial, verdana, sans-serif; TEXT-DECORATION: none; COLOR: #0f437c}
This is CFMX7 on a Windows Server 2003 OS running IIS.
Any ideas???
Thanks.