Quote:
Originally Posted by kh99
I think it's caused by this:
Code:
.tborder
{
background: #000000;
color: #ffffff;
font: 8px verdana;
border: 1px solid #0B198C;
}
which seems to be part of the style "HMandS 1st". It looks like this is what's entered in the "Extra CSS" field of the "Table Border" section. (When editing "Main CSS" or "All Style Options").
|
You nailed it. That was where the issue resided. Changed that numeric code to #161616 black, and it worked. THANKS!