.purpletbl1
{
align:center;
background:transparent;
font-size:13px;
font-weight:bold;
border-top-width:1px;
border-top-style:dashed;
border-color : purple;
}
If I apply the class setting to the column it works, if I apply it to the rows it doesn't work (specially the borders)!
Note: to the same table in <table> I'm applying the following class:
.purpletbl
{
background:transparent;
border-style:double;
border-width:3px;
border-color : purple
}
Can someone tell me why? Maybe there is a conflict?!