Bootstrap-Tables are not displayed

Viewing 1 post (of 1 total)
  • #22071
    ToWa
    Participant

    I have installed the Bootstrap plugin and I can use everything but the tables.

    The example code is displaying nothing:
    [table-wrap bordered=”true” striped=”true”]
    <body>
    <h1>einfache Tabelle</h1>
    <table> <tr> <th>Berlin</th> <th>Hamburg</th> <th>München</th> </tr> <tr> <td>Miljöh</td> <td>Kiez</td> <td>Bierdampf</td> </tr> <tr> <td>Buletten</td> <td>Frikadellen</td> <td>Fleischpflanzerl</td> </tr>
    </table>
    </body>
    [/table-wrap]

Viewing 1 post (of 1 total)

You must be logged in to reply to this topic.