How can I set the color of the left border in a cell without affecting the color of all borders for a cell?
Thanks,
Dan
Printable View
How can I set the color of the left border in a cell without affecting the color of all borders for a cell?
Thanks,
Dan
use style tag
border-left-style: white;
???
border-left: 1px solid green;