Vertical headings in matrix table (modern layout) | XM Community
Solved

Vertical headings in matrix table (modern layout)

  • 5 May 2024
  • 1 reply
  • 19 views

Badge +3

Dear Community,

Using the modern layout, how do I achieve vertical (repeated) headings in matrix tables?

Suggestions in this post did not work in the modern layout..

 Thanks!

icon

Best answer by lamori 8 May 2024, 14:18

View original

1 reply

Badge +3

If above does not work, the following can be used:

<br />
<table style="border-collapse: collapse; width: 100%;">
<tbody>
  <tr>
   <td style="vertical-align: middle; border: 0px solid black; transform: rotate(270deg); text-align: center;">Hej Laura!</td>
  </tr>
</tbody>
</table>
&nbsp;

Leave a Reply