P
PJ
it's hard to understand exactly what you're doing from your question ( your
code would help ), but I often do this.
tr.myrowstyle td {
color:red;
}
td.primadonnacell {
color:yellow
}
<tr class="myrowstyle">
<td>Red Fun</td>
<td class="primadonnacell">Yellow Fun</td>
<td style="color:green">Green Fun</td>
<td>More Red Fun</td>
</tr>
code would help ), but I often do this.
tr.myrowstyle td {
color:red;
}
td.primadonnacell {
color:yellow
}
<tr class="myrowstyle">
<td>Red Fun</td>
<td class="primadonnacell">Yellow Fun</td>
<td style="color:green">Green Fun</td>
<td>More Red Fun</td>
</tr>