To rotate text using CSS

Hi All,

I have a requirement to rotate the text (label) vertically from bottom to top (in a form which is used in web).

If the text is “LotusNotes” then the text should appear as

S

E

T

O

N

S

U

T

O

L

I have used the style "writing-mode:bt-rl " for the particular and the text got aligned as

L

O

T

U

S

N

O

T

E

S

but i need it in the first format that i have given…Can anyone please help me out with some styles(CSS) for doing the same…

Thanks in Advance,

Thish.

Subject: To rotate text using CSS

(div STYLE=“writing-mode: tb-rl; direction: rtl; unicode-bidi: bidi-override”;)LOTUSNOTES(/div)

Exchange () for <>