Okay
  Public Ticket #1614214
Table on Slide
Closed

Comments

  • Stefan started the conversation

    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.

  • [deleted] replied

    Hello Stefan,

    Thank you for the feedback, glad you could solve the problem. If you need further assistance please let us know.