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>
| Or more complex one like |
| Rotate 90 degree vertically (work with IE only) |
| <div style="writing-mode: tb-rl">Employee Name</div> |

That's a good tip, didn't know that with the 90 degree html tag.
ReplyDeleteThat could sometimes save a lot of space.
Patrick
PS: BTW, I noticed that you are still pointing to inside-apex.blogspot.com, it's now www.inside-oracle-apex.com
Patrick,
ReplyDeleteThanks for stopping by and pointing that out. I just updated the link to reflect the new URL.
IC