Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    You will basically have to combine this with CSS, e.g.

    =Save <span>{ROUND(1-MIN(G2/F2,G3/F3,G4/F4), 2)*100}</span> %

    and then the CSS

    .tablepress-id-123 td span {
      color: #ff0000;
    }

    Regards,
    Tobias

    Thread Starter burn3r2003

    (@burn3r2003)

    Hey, there is no trouble. Best Table Plugin on WordPress + Best Support!

    I fixed it with

    .tablepress tfoot th {
    	color: red;
    }

    My output is on last row ??

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    yes, that will also work, but of course highlight the entire cell ??

    Best wishes,
    Tobias

    P.S.: In case you haven’t, please rate TablePress here in the plugin directory. Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘HTML Text Formula’ is closed to new replies.