I have a row I'm trying to fill with color and set to 3pix.
This is not working.
The CSS:
..unnamed6 {
background-color: 676767; height: 3px;
}
The Code:
<tr >
<td class="unnamed6 " colspan="5" ></td>
</tr>
What am I doing wrong?
This is not working.
The CSS:
..unnamed6 {
background-color: 676767; height: 3px;
}
The Code:
<tr >
<td class="unnamed6 " colspan="5" ></td>
</tr>
What am I doing wrong?
Comment