Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi Tobias,

    thanks!
    class=”hilite”>GOAL</span>
    code works great!

    I just want to know if there any possibility to use instead of class=”hilite” another phrase because i want the cell in green not the word.

    Before I tried this code
    .tablepress-id-1 .row-2 .column-8 {
    background-color: #23cc37;;
    }
    and it worked perfect for me! I just had the problem that I have to add new entries on the top of my table so the row changed….

    Any idea?
    Is it maybe possible to write direct in the cell a code which changed the color of this cell?

    I′m looking forward

    Thread Starter tobiasreaper

    (@tobiasreaper)

    Hi Tobias,

    great thank you! That will help me a lot!
    Any idea how I can play a little mp3 data everytime i add a new row?
    I′ve seen you also developed a plugin which allows to execute a PHP code in table cells. Would it be possible to add following code in a new added row

    <?php
    $file=’example.mp3′;
    echo “<embed src =\”$file\” hidden=\”true\” autostart=\”true\”></embed>”;
    ?>

    in order to play the sound? Or add this string somewhere in your tablepress.php?

    You would help me so much!
    best regards
    tobiasreaper

Viewing 2 replies - 1 through 2 (of 2 total)