problems tables line not showing


Author Message
Gerda

Posted: 12/10/2009
Quote message 

Hello,

I create a WP theme and I have a problem with tables.
I wish in all cells a line/border.
But my line in top is white allmost transparant
and the left line also.
right and bottom are grey.
How can I solve it?
/* Start tables */

.art-article table, table.art-article
{
border-collapse: collapse;
margin: 1px;
width:auto;
}

.art-article table, table.art-article .art-article tr, .art-article th, .art-article td
{
background-color:Transparent;
}

.art-article th, .art-article td
{
padding: 2px;
border: solid 1px #828282;
vertical-align: top;
text-align:left;
}

.art-article th
{
text-align: center;
vertical-align: middle;
padding: 7px;
}

/* Finish tables */


 
Rick

Posted: 12/24/2009
Quote message 

sounds like a lighting issue check lighting type and direction I.E soft light, Normal Light or overlay. Or somewhere perhaps under "shadows" possibly under "Article" or "Sheet:
 
Garry

Posted: 12/25/2009
Quote message 

You can set outer table border while in Artisteer and you can try inserting something like:

td
{
border:1;
}

to have cell border
 
Cool

Posted: 12/31/2009
Quote message 

Remove table CSS and install tinyMCE advanced or WP Super edit plugin.
Works fine...

Cool