Forum How do I...?

How to get vertical text in table header cells ?

BorisK
Hi everybody!

I need to vertically display (- 90 degrees) the text contained in the cells of a table header.

The transform: rotate(270deg) property seem not to work in tables.

Thank you in advance for your help.
mikeday
You can rotate the elements within the table cell, so you can wrap up the contents inside a div. But the transform property does not apply to the table cell element itself.