Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » BIRT » text align vertical
text align vertical [message #1059969] Wed, 22 May 2013 07:52 Go to next message
roger said is currently offline roger said
Messages: 2
Registered: May 2013
Junior Member
hi can somebody help me in this.i try to use some codes for rotating my text to vertical.i tried it on IE and MOZ and it worked.but when using the code in BIRT in a textbox the text stays as it is. thx.

this is the code: <style type = "text/css">
span{
position : absolute;
left: 40%;
-webkit-transform: rotate(89deg);
-moz-transform: rotate(90deg);
-o-transform: rotate(90deg);
writing-mode: rl-tb;
}

</style>

<span> my text </span>
Re: text align vertical [message #1059992 is a reply to message #1059969] Wed, 22 May 2013 09:13 Go to previous message
Russell Bateman is currently offline Russell Bateman
Messages: 2712
Registered: July 2009
Location: Provo, Utah, USA
Senior Member

On 05/22/2013 06:35 AM, roger said wrote:
> hi can somebody help me in this.i try to use some codes for rotating my
> text to vertical.i tried it on IE and MOZ and it worked.but when using
> the code in BIRT in a textbox the text stays as it is. thx.
>
> this is the code: <style type = "text/css">
> span{
> position : absolute;
> left: 40%;
> -webkit-transform: rotate(89deg);
> -moz-transform: rotate(90deg);
> -o-transform: rotate(90deg);
> writing-mode: rl-tb; }
>
> </style>
> <span> my text </span>
>

There is a dedicated BIRT forum at eclipse.org. You'll get more help if
you ask there.
Previous Topic:how-to-get-a-x-axis-label-value-by-parameter-in-bar-chart
Next Topic:Postscript Level BIRT 2.2RC2
Goto Forum:
  


Current Time: Tue May 28 22:28:11 EDT 2013

Powered by FUDForum. Page generated in 0.01758 seconds