I define my table and its cells as follows:
and then use
I want to give some specific cells a thicker border-top. Using
for these cells doesn't work however. Any suggestions?
Code:
.tbl, .tbl td {border-top:solid 1px blue;border-collapse:collapse;padding:3px;}
Code:
<table class='tbl'>
I want to give some specific cells a thicker border-top. Using
Code:
<td style="border-top:solid 3px blue;"><bla</td>