Posted By: eagle (Jirka Novak) on 'CZwww'
Title: Re: <span> a tabulka
Date: Tue Dec 9 14:10:26 2003
Zkus neco jako:
<head>
<title>Testik</title>
<style type="text/css">
tr.Ohraniceno td {
border: solid black 2px;
font-weight: bolder;
vertical-align: bottom;
background-color: lightyellow;
}
</style>
</head>
<body>
<table>
<tr class="Ohraniceno">
<td>bunka 11</td>
<td>bunka 12</td>
</tr>
<tr class="Ohraniceno">
<td>bunka 21</td>
<td>bunka 22</td>
</tr>
</table>
</body>
Zdar.
------------------------------------ Eagle
| Jirka "Eagle" Novak
| eagle(at)unicode(dot)cz "Nemente veci, ktere jiz samy
| ICQ: 46044619 o sobe dobre funguji."
| http://seal.unicode.cz/~eagle/ Lao'c
-----------------------------------------