• Resolved bocahtuanakal

    (@bocahtuanakal)


    Hello Tobias, I want to ask something.

    Is that possible to make table like picture below? How I can make it with css code?

    https://oi65.tinypic.com/ejv0wz.jpg

    I want to make same width from one column to another also. How I can do that?

    PS. That table have 3 column with different color.

    I’m sorry before. I already read FAQ from tablepress website but I still confuse how to make like that table on that picture.

    I’m so sorry for my bad English. I hope you know what I talking about.

    https://www.ads-software.com/plugins/tablepress/

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

    (@bobschecter)

    The code would look similar to this:

    .tablepress-id-1 .column-1 {
    width: 225px;
    background-color: #EBFAFF!important;
    }
    .tablepress-id-1 .column-2 {
    width: 225px;
    background-color: #FEEEEF!important;
    }.tablepress-id-1 .column-3 {
    width: 225px;
    background-color: #F4FAEE!important;
    }

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.
    Also, sorry for the long wait for a reply. As a I was on a long vacation without internet access the last couple weeks, I could not reply earlier.

    Yes, the code that Bob posted should be helpful here.

    Regards,
    Tobias

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Make Different Column & Row Color’ is closed to new replies.