| Zeile 236: |
Zeile 236: |
| | | | |
| | <div class="spalten"> | | <div class="spalten"> |
| | + | <div class="spalte-1-1 box-framed box-blau"> |
| | + | <p class="box-header">'''Spezifisch für zitieren.at: HTML-Code von Tabellen mit farbiger Auszeichnung der Zellen:'''</p> |
| | + | <div class="box-content"> |
| | + | <table class="main-table" style="width: 100%;"> |
| | + | <tr> |
| | + | <th>'''Syntax im Quelltext-Editor'''</th> |
| | + | <th>'''Darstellung auf der Artikelseite'''</th> |
| | + | </tr> |
| | + | <tr> |
| | + | <td> |
| | + | <code><pre><nowiki> |
| | + | <table class="main-table" style="width: 100%;"> |
| | + | <tr> |
| | + | <th style="width: 25%;">'''Tabellenüberschrift'''</th> |
| | + | <th style="width: 25%;">'''Tabellenüberschrift'''</th> |
| | + | <th style="width: 50%;">'''Tabellenüberschrift'''</th> |
| | + | </tr> |
| | + | <tr> |
| | + | <td>Zelleninhalt</td> |
| | + | <td>Zelleninhalt</td> |
| | + | <td>Zelleninhalt</td> |
| | + | </tr> |
| | + | <tr> |
| | + | <td class="color-table-1">Zelleninhalt</td> |
| | + | <td class="color-table-2">Zelleninhalt</td> |
| | + | <td>Zelleninhalt</td> |
| | + | </tr> |
| | + | </table> |
| | + | </nowiki></pre></code> |
| | + | </td> |
| | + | <td> |
| | + | <table class="main-table" style="width: 100%;"> |
| | + | <tr> |
| | + | <th style="width: 25%;">'''Tabellenüberschrift'''</th> |
| | + | <th style="width: 25%;">'''Tabellenüberschrift'''</th> |
| | + | <th style="width: 50%;">'''Tabellenüberschrift'''</th> |
| | + | </tr> |
| | + | <tr> |
| | + | <td>Zelleninhalt</td> |
| | + | <td>Zelleninhalt</td> |
| | + | <td>Zelleninhalt</td> |
| | + | </tr> |
| | + | <tr> |
| | + | <td class="color-table-1">Zelleninhalt</td> |
| | + | <td class="color-table-2">Zelleninhalt</td> |
| | + | <td>Zelleninhalt</td> |
| | + | </tr> |
| | + | </table> |
| | + | </td> |
| | + | </tr> |
| | + | </table> |
| | + | </div> |
| | + | </div> |
| | <div class="spalte-1-1 box-framed box-blau"> | | <div class="spalte-1-1 box-framed box-blau"> |
| | <p class="box-header">'''Spezifisch für zitieren.at: HTML-Code von Tabellen mit farbiger Auszeichnung der Zellen:'''</p> | | <p class="box-header">'''Spezifisch für zitieren.at: HTML-Code von Tabellen mit farbiger Auszeichnung der Zellen:'''</p> |