Text orientation for PDF export
Hi everybody!
I´m trying to get a record summary to export some headings written vertically when sent as pdf via email. i introduced the next code to the html editing box for the heading:
<h1 style="text-align: center;
writing-mode: vertical-lr;">
<font color="#ffffff" size="2">PRECINTO</font>
</h1>
I have to issues:
- When the email is sent it delets the code leaving it like this:
<h1 style="text-align: center;">
<font color="#ffffff" size="2">PRECINTO</font>
</h1>
- I whant the text on the oposite direction..
Any help would be great! thanks! =D