I'm trying to apply a blue bottom border to a cell. - The bottom border works with:
border-bottom-width: 1px; border-bottom-style: solid;
However, as soon as I try to add the colour either in this line or at the bottom, it will change the border to the whole cell.
Is there a way to change the border colour so the borders remains for the bottom of the cell only?
Thanks. Christine