Wed, 31 Dec 2014 07:16:47 +0100
Revert simplistic fix pending revisit of Mozilla integration attempt.
michael@0 | 1 | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
michael@0 | 2 | <html> |
michael@0 | 3 | <head> |
michael@0 | 4 | <meta http-equiv="content-type" |
michael@0 | 5 | content="text/html; charset=ISO-8859-1"> |
michael@0 | 6 | <title>table border/css test</title> |
michael@0 | 7 | <style type="text/css"> |
michael@0 | 8 | <!-- |
michael@0 | 9 | table { |
michael@0 | 10 | border: 1px solid blue; |
michael@0 | 11 | border-collapse: collapse; |
michael@0 | 12 | } |
michael@0 | 13 | |
michael@0 | 14 | th { |
michael@0 | 15 | border: 1px outset silver; |
michael@0 | 16 | } |
michael@0 | 17 | |
michael@0 | 18 | td { |
michael@0 | 19 | border: 1px outset silver; |
michael@0 | 20 | } |
michael@0 | 21 | --> |
michael@0 | 22 | </style> |
michael@0 | 23 | </head> |
michael@0 | 24 | <body> |
michael@0 | 25 | |
michael@0 | 26 | |
michael@0 | 27 | <table> |
michael@0 | 28 | <tbody> |
michael@0 | 29 | <tr> |
michael@0 | 30 | <th>Table-header</th> |
michael@0 | 31 | <th>Table-header</th> |
michael@0 | 32 | <th>Table-header</th> |
michael@0 | 33 | </tr> |
michael@0 | 34 | <tr> |
michael@0 | 35 | <td>Table-data</td> |
michael@0 | 36 | <td>Table-data</td> |
michael@0 | 37 | <td>Table-data</td> |
michael@0 | 38 | </tr> |
michael@0 | 39 | <tr> |
michael@0 | 40 | <td>Table-data</td> |
michael@0 | 41 | <td>Table-data</td> |
michael@0 | 42 | <td>Table-data</td> |
michael@0 | 43 | </tr> |
michael@0 | 44 | </tbody> |
michael@0 | 45 | </table> |
michael@0 | 46 | </body> |
michael@0 | 47 | </html> |