How can I highlight certain cells or their content?
-
This topic in the TablePress FAQs seems to cover what I want to achieve and you recommend creating a new CSS class for a HTML <span> element. You would then wrap the value in the span tag, like
<span class=”hilite”>your important value</span>
and could create approriate CSS likebut I don’t know where I am applying the new CSS class?
I want to be able to tag certain rows with month names so I can style them without having to specify their row numbers.
Regards,
Steve Jakeway
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘How can I highlight certain cells or their content?’ is closed to new replies.