Comments Stefan started the conversationJune 19, 2018 at 10:22amHi, I want to add a table on a slide: <div class="ls-slide" data-ls="slidedelay:10000;transition2d:75,79;"> <p class="ls-l" style="width: 1920px"> <table class="ls-layer" id="sl-table"> <tr> <th>Datum</th> <th>Uhrzeit</th> <th>Veranstalter</th> <th>Titel</th> </tr></table> </p></div> #sl-table { top: 500px; } But the table tr Datum Uhrzeit Veranstalter Titel is still in the top left corner, even if I set top: 500px. Any Ideas?EDIT:Solved! I made it inline and it worked.[deleted] repliedJune 19, 2018 at 10:29amHello Stefan, Thank you for the feedback, glad you could solve the problem. If you need further assistance please let us know. Sign in to reply ...
Hi,
I want to add a table on a slide:
<div class="ls-slide" data-ls="slidedelay:10000;transition2d:75,79;">
<p class="ls-l" style="width: 1920px">
<table class="ls-layer" id="sl-table">
<tr>
<th>Datum</th>
<th>Uhrzeit</th>
<th>Veranstalter</th>
<th>Titel</th>
</tr>
</table>
</p>
</div>
#sl-table {
top: 500px;
}
But the table tr Datum Uhrzeit Veranstalter Titel is still in the top left corner, even if I set top: 500px.
Any Ideas?
EDIT:
Solved! I made it inline and it worked.
Hello Stefan,
Thank you for the feedback, glad you could solve the problem. If you need further assistance please let us know.