Dear community,
i have a gallery and and a vertical container on the gallery template with on the container a HTML Text control:
Even though i use the code to cut of text and show the ellipses and doesn't do that. What do i do wrong:

Dear community,
i have a gallery and and a vertical container on the gallery template with on the container a HTML Text control:
Even though i use the code to cut of text and show the ellipses and doesn't do that. What do i do wrong:
Hello @PeKi1972
You will need this and ensure that it's inside an element like span.
"<table style='width:90%;'>
<tr>
<td style='width:20%; '>
<span style='background-color:#fefefe; display: block; width: 100px; margin: auto; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; font-size: 12pt; color: #000000; line-height: 3.5; text-align: center;'>
ABsCDEEEEEEEEEsdsds
</span>
</td>
</tr>
</table>
"