Link to home
Start Free TrialLog in
Avatar of siva_gk
siva_gk

asked on

text orientation

Is text orientation is possible in HTML?

I want to display a table with its heading text oriented in 90 degree (same like in Excel - Format Cells - Alignment - Orientation).

<table>
<tr><td orientation=90>Head1</td><td orientation=90>Head2</td></tr>
<tr><td>data1</td><td>data2</td></tr>
</table>

Is this possible in HTML code?
Avatar of a_b
a_b

ASKER CERTIFIED SOLUTION
Avatar of RijaGroup
RijaGroup

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial