I need to begin with saying that this problem only occurs if I run my website in Google chrome on an Android phone.
One or more of these CSS statements causes a white (or no??) border and there is space between the column heading TDs:
.BorderDotted_1
{
border-style: solid;
border-width: thin thin thin thin;
border-spacing: 0px;
border-collapse: collapse;
border-color: #a9a9a9;
}
See the attached document that shows screenshots of what this style looks like with 3 web browsers on both my cell phone and my computer.
Thanks in advance,
Jerry
Jerry Scannell