Highlight based on cell value + icons
-
Hello!
I would like to make a highlight based on a cell value in my table. But I don’t know how to write css :). There are accented letters in the Hungarian language. And of course there are spaces. For example:
shortcode:
[table id=1 highlight=”kék bársony||z?ld sz?nyeg” /]
css:
.tablepress .highlight-kék bársony {
css: background-color: blue !important;
}.tablepress .highlight-z?ld sz?nyeg {
css: background-color: blue !important;
}Of course, this does not work (due to accented letters or spaces or both?) . How could I solve this?
And one more thing. I also want to display icons in the spreadsheet, but I have to not go. For example, if I type the heavy check html code into a cell, I get this message:! ERROR! illegal character.
I see that this is only the case for codes longer than 5 digits, the shorter ones work. Is there a way to enter these icons with characters? Copying is not good, I upload the data from excel.Thanks for the help.
- The topic ‘Highlight based on cell value + icons’ is closed to new replies.