Carlton Gregory wrote:
>If I have a class defined for a table named "tclass" and that
>table has headers, rows, and columns
>
>Can I refer to all rows in the above table in my CSS as
>
> .tclass tr {
>
> Style, style style.
>
>}
>
>
Carlton Gregory wrote:
> If I have a class defined for a table named "tclass" and that
>table has headers, rows, and columns, [c]an I refer to all rows in
>the above table in my CSS as
>
> .tclass tr
That should work just fine. You would use a class on the row if you
had some
Hello,
If I have a class defined for a table named "tclass" and that
table has headers, rows, and columns
Can I refer to all rows in the above table in my CSS as
.tclass tr {
Style, style style.
}