How would you change the background color of a table cell?
E.g. right now this
| !Lumbar Kemp's (right) |
has a light grey background color. I'd like to change it to a slightly darker shade for some cells, but not all (basically I'm wanting to do that with all test names which are "right" sided)
I was thinking there is probably something like the old @@highlight@@ syntax (I did try that and it didn't do anything, but even if it did, I'd still like to set the color specifically)
then I though of doing a tiddler tagged with
$:/tags/Stylesheet
:
rcol {
background-color:#FF8C19;
}
but I can't remember how to use that inline. I tried this:
| !{rcol{{Lumbar Kemp's (right)}}}
|
but that didn't work, nor did using just 2 brackets instead of 3. Also the "!" isn't interfering because it doesn't work without that
I know I'm close, but can't seem to find the right way to do it. If I do find it before someone answers I'll post it here.
Thanks,
Dave