Hur lägger man in: td style="height:20px;" ???
.rubrik3
{
td-height : 20px;
font-weight : normal;
font-size : 10px;
background-position: top;
background-repeat: repeat-x;
border: 0px solid #d2d2d2;
color: #333333;
font: 10px Verdana;
font-weight : normal;
font-size : 10px;
padding-left: 4px;
}
Detta går inte...
.rubrik3
{
line-height : 20px;
font-weight : normal;
font-size : 10px;
background-position: top;
background-repeat: repeat-x;
border: 0px solid #d2d2d2;
color: #333333;
font: 10px Verdana;
font-weight : normal;
font-size : 10px;
padding-left: 4px;
}