Scenario
How to rotate text in Advanced PDF/HTML templates
Solution
To rotate text in Advanced PDF/HTML templates, use this code snippet:
< p rotate="90" valign="middle" align="center" >This text will be rotated by 90 degrees.< /p >
< p rotate="180" valign="middle" align="center" >This text will be rotated by 180 degrees.< /p >
Note: Remove the spaces in between < and p as well as <, /p, and >. Spaces were added in this article so the system won't interpret it as HTML code.