----------------------------------------
I'm using the following class for my tables:
.purpletbl
{
background:transparent;
font-size:0.8em;
border-style:double;
border-width:3px;
border-color:purple
}
If I write in my code: <table class="purpletbl">
it doesn't apply the settings to the table but only to rows (no external borders).
Why?
Thank you!
----------------------------------------


