G
Guest
I've set my table borders to zero so they won't show. But, on my page that
is attached to a CSS style sheet, I can't see the dotted guidelines that show
the boundaries of my table cells. And yet a page that is not attached to the
CSS shows guidelines ok. The table style on my CSS is as follows:
table
{
table-border-color-light: rgb(102,204,204);
table-border-color-dark: rgb(0,102,102);
And my page background is:
body, td, th
{
font-family: Verdana;
background-color: rgb(238,251,196);
font-size:10pt
Do you think my CSS is covering up my table's dotted guidelines?
Thanks,
Clive Soden
is attached to a CSS style sheet, I can't see the dotted guidelines that show
the boundaries of my table cells. And yet a page that is not attached to the
CSS shows guidelines ok. The table style on my CSS is as follows:
table
{
table-border-color-light: rgb(102,204,204);
table-border-color-dark: rgb(0,102,102);
And my page background is:
body, td, th
{
font-family: Verdana;
background-color: rgb(238,251,196);
font-size:10pt
Do you think my CSS is covering up my table's dotted guidelines?
Thanks,
Clive Soden