• Resolved befkip

    (@befkip)


    Hi,

    I wondered how i could change the background color of a specific cell in Easy Table.

    I got it working in HTML with the follow code, but this doesnt seem to work in Easy Table. Anyone an Idea?

    Here is the HTML code I use:

    <table bgcolor=”#e46135″>
    <tbody>
    <tr bgcolor=”#e46135″>
    <td bgcolor=”#63c270″>
    <div style=”width: 150px;”><center>Text</center></div></td>
    <td>
    <div style=”width: 150px;”><center>Text</center></div></td>
    </tr>
    </tbody>
    </table>

    https://www.ads-software.com/plugins/easy-table/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter befkip

    (@befkip)

    Nevermind i found the right code ??

    [table width=”825″ colwidth=”50%|50%” class=”table table-bordered” tablesorter=”0″ font color=”white”][attr style=”background-color:#63c270″]Text1*[attr style=”background-color:#e46135″]Text2[/table]

    Thread Starter befkip

    (@befkip)

    * is my devider or seperator

    Oh @befkip, you are my life saver. Thanks for this tip!!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Changing background color of a cell in Easy Table’ is closed to new replies.