playground:playground
This is an old revision of the document!
PlayGround
asdasd
DokuWiki-Tabelle
1 | 2 | |||||
---|---|---|---|---|---|---|
a | b | c | d | |||
1 | a | 1 | 2 | 5 | 6 | |
1 | b | 3 | 4 | 7 | 8 | |
2 | c | 9 | 10 | 11 | 12 | |
2 | d | 13 | 14 | 15 | 16 |
Handmade-Tabelle
<html>
<!-- I know that CSS in the body violates the specs! --> <style type="text/css">
<!– .x td {text-align:right;padding:0.2em;}
.x tr th {text-align:right;padding:0.2em;background-color:#aaf;} tr.c th {text-align:center;}--></style>
</html> <html>
<table class="x" rules="groups" frame="void"> <colgroup span="2" style="width:1.3em"> <colgroup span="2" style="width:2em"> <colgroup span="2" style="width:2em"> <thead><tr class="c"><td colspan="2" rowspan=2></td> <th colspan="2">1</th> <th colspan="2">2</th> </tr> <tr> <th> a </th><th> b </th> <th> c </th><th> d </th> </tr> </thead> <tbody><tr><th rowspan="2">1</th><th>a</th> <td> 0 </td><td> 1 </td> <td> 5 </td><td> 6 </td> </tr> <tr><th>b</th> <td> 2 </td><td> 3 </td> <td> 7 </td><td> 8 </td> </tr></tbody> <tbody><tr><th rowspan="2">1</th><th>c</th> <td> 8 </td><td> 9 </td> <td> 10 </td><td> 11 </td> </tr> <tr><th>d</th> <td> 12 </td><td> 13 </td> <td> 14 </td><td> 15 </td> </tr></tbody> </table>
</html> <html>
<table class="x" rules="groups" frame="void"> <col style="width:1.3em"> <colgroup span="2" style="width:2em"> <thead><tr><td></td> <th>a</th> <th>b</th> </tr> </thead> <tbody><tr><th>a</th> <td> 0 </td><td> 1 </td> </tr> <tr><th>b</th> <td> 2 </td><td> 3 </td> </tr></tbody> </table>
</html> <html>
<!-- I know that CSS in the body violates the specs! --> <style type="text/css"><!--
.x td {text-align:right;padding:0.2em;} .x tr th {text-align:right;padding:0.2em;background-color:#aaf;} tr.c th {text-align:center;}
- →</style>
</html>
Tree 1A
(used for A/0) <html>
<colgroup span=2 style="width:1.3em">\n <colgroup span=3 style="width:2em"> <colgroup span=3 style="width:2em"> <colgroup span=3 style="width:2em"> <thead> <tr class="c"><td colspan="2" rowspan="2"></td> <th colspan="3">-1</th> <th colspan="3">0</th> <th colspan="3">1</th> </tr><tr> <th>-1</th> <th>0</th> <th>1</th> <th>-1</th> <th>0</th> <th>1</th> <th>-1</th> <th>0</th> <th>1</th> </tr </tbody></table>
</html>
playground/playground.1260057916.txt.gz · Last modified: 2009/12/06 00:05 by megadiscman