We have the following problem with Google Sites. Only internal style directives can be given.
What is the internal equivalent of the following that can be seen in an external style sheet file?
tr:nth-child(even) {
background-color: limegreen;
}
We have the following problem with Google Sites. Only internal style directives can be given.
What is the internal equivalent of the following that can be seen in an external style sheet file?
tr:nth-child(even) {
background-color: limegreen;
}
It’s currently impossible. Inline styles only read properties and their values.