dendenners
Programmer
Hi there,
I wrote in here last week to get information on how to get a black border on the right edge only of a <td>. I was advised the use the following code in my css file:
td.blahblah{
border-right:1px solid-black; color: black;
}
This works fine, except for one case. When there is no data in the cell, i.e. when it appears in the page as
<td class=blahblah></td>
In this case no style appears. Is there a way around this?
Thanks
I wrote in here last week to get information on how to get a black border on the right edge only of a <td>. I was advised the use the following code in my css file:
td.blahblah{
border-right:1px solid-black; color: black;
}
This works fine, except for one case. When there is no data in the cell, i.e. when it appears in the page as
<td class=blahblah></td>
In this case no style appears. Is there a way around this?
Thanks