Such table is created.
<table class="char"> <col id="param1" /> <col id="dimension1" /> <col id="param2" /> <col id="dimension2" /> <tr> <td><span>Дата</span></td> <td><span>10.08.2009</span></td> <td><span></span></td> <td><span></span></td> </tr> <tr> <td><span>Объектов</span></td> <td><span>10</span></td> <td><span></span></td> <td><span></span></td> </tr> </table>
To her style sheet
table.char { border: none; } #param1 { width: 40mm; } #dimension1 { width: 40mm; font-weight: bold; } #param2 { width: 35mm; } #dimension2 { width: 40mm; font-weight: bold; }
I do not understand why the width parameter for the table columns works, when the value changes, the column width changes, but font-weight does not. Tell me?