Aug 16 2008

Oracle APEX displays report’s column heading 90 degree rotation

Category: APEXittichai @ 4:22 am

One of the cool things about Oracle APEX is ability to embed HTML tags into everything you could display. This includes simple HTML tags like

Add a break

Employee<br>Name

Add color

<font color="#FF0000">Employee Name</font>

1

Or more complex one like -

Rotate 90 degree vertically (work with IE only)

<div style="writing-mode: tb-rl">Employee Name</div>

Tags: