I tried this:
<style type="text/css">
td.orange : before { background: #DD5F15; content : "TRIPLE";}
</style>
But I believe it adds the content provided after the closing “td” tag, which is why it doesn’t show up.
Basically, I just want all the “orange” table cells to just have the text “TRIBLE” inside them.
You have
Try this (remove spaces before and after of colon
:)Working Example.