Hello everyone, I'm attempting to display a header vertically in my table but the writing-mode property is not having any effect.
CSS
.VerticalText
{
writing-mode: tb-rl;
}
HTML
<td rowspan="6" id="tableHeader" class="Border">
<h1 class="Font12 VerticalText Centre">Project Details</h1>
</td>
https://i.sstatic.net/V6zcg.png
The text in the blue box should be displayed vertically as shown in the image above.