Vertical headings in matrix table (modern layout) | XM Community
Skip to main content
Solved

Vertical headings in matrix table (modern layout)

  • May 5, 2024
  • 1 reply
  • 66 views

Forum|alt.badge.img+3
  • Level 2 ●●
  • 18 replies

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!

Best answer by lamori

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;

1 reply

Forum|alt.badge.img+3
  • Author
  • Level 2 ●●
  • 18 replies
  • Answer
  • May 8, 2024

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;