• Resolved bgmahesh

    (@bgmahesh)


    Please see http://bit.ly/fVPAGR

    I wasn’t able to fit the entire table in 3 rows, so I duplicated the table from row 4

    I would like row 1 and row 4 to have similar look (table heading). Is it possible?

    regards

    mahesh

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter bgmahesh

    (@bgmahesh)

    Sorry, I forgot to mention the plugin I am using.
    http://tobias.baethge.com/wordpress-plugins/wp-table-reloaded-english/ is being used for the tables

    TobiasBg

    (@tobiasbg)

    Hi,

    please try to paste the following code into the “Custom CSS” textfield on the “Plugin Options” screen of WP-Table Reloaded to achieve this:

    .wp-table-reloaded-id-4 .row-4 td {
      background-color: #E6EEEE;
      border: 1px solid #FFFFFF;
      padding: 4px;
      color: #3D3D3D!important;
    }

    Regards,
    Tobias

    Thread Starter bgmahesh

    (@bgmahesh)

    It is almost there, I guess row 4 needs be th and not td?

    thanks for your help

    Mahesh

    TobiasBg

    (@tobiasbg)

    Hi,

    well, changing the td to th would be nice, but unfortunately, that is not possible, because in a table, there can only be a th for the head or for the footer, but not within a table.

    All that seems to be missing is the bold font, so just add

    font-weight: bold;

    as another CSS command to the code from above and row 4 should look like row 1.

    Best wishes,
    Tobias

    Thread Starter bgmahesh

    (@bgmahesh)

    Cool, I can live with that.
    Thanks for the very useful product.

    regards

    Mahesh

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How to make 1st, 4th rows to have heading format?’ is closed to new replies.