• Hi,

    I came across this plugin buy chance while searching for an easyway to add tables to my wordpress based website. I have just installed it and so far I like it especially the fact that I can import tables. Great work.

    I have a few questions about how to get a few options working on my site using the plugin. Here is what I would like to do:

    1.) How can I set the size for each individual column(s) or row(s).
    2.) How can i change the font colour for an individul column or row?
    3.) How can I change the Font (size, type, Bold, Italic and so on) in columns or rows?
    4.) How can I merge cells?
    5.) can I do all my formmating in Excel and then import into plugin? If so, what is the best format for importing from Execel?
    6.) How can I change font colour of invividual words in table?

    Thanks in advance.
    Blkdoc_Doc

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    thanks for your post.

    I suggest that you take a look at the FAQ page on my website, where you will find hints and instructions on how to achieve these things:
    http://tobias.baethge.com/wordpress-plugins/wp-table-reloaded-english/faq/
    The majority of things can easily be done with some “Custom CSS” code, for which you can find examples in the FAQ. For the other questions:

    4.) You can use the “rowspan” and “colspan” buttons (below the table) for this. There’s an explanation on how to use them, when you click the “?”.
    5.) No, that is not possible. Formatting can only be done after the import (which only imports the data), by using “Custom CSS” code.

    Regards,
    Tobias

    Thread Starter blkdoc2008

    (@blkdoc2008)

    Hi Tobias,

    Thanks for the very prompt reply but I did read through the FAQ and treid to apply some changes to my table using some of the codes there in the custom CSS section of the plug in but it did not take any effect on the table.

    Regards,
    Abby

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi Abby,

    can you then post the URL to the page with the table, so that I can take a look at it? Maybe I can find out what’s wrong with the code…

    Regards,
    Tobias

    Thread Starter blkdoc2008

    (@blkdoc2008)

    Hi Tobias,

    Here is the URL with a sample table.

    http://www.lib40test.info/libra40stage/digihomeboxx-whs-2011-1u4-bay-entry-level-server/

    Regards,
    Blkdoc

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    thanks for the link!

    It seems though, that you have not added any code to the “Custom CSS” textarea on the “Plugin Options” screen?!

    Regards,
    Tobias

    Thread Starter blkdoc2008

    (@blkdoc2008)

    Hi Tobias,

    Sorry, I removed it. I have added it now.

    .wp-table-reloaded-id-1 .column-1 {
    width: 150px! important;
    }

    Regards,
    Blkdoc

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    this code seems to work just fine. The first column is 150px wide.
    Can you explain on what you feel is not working?

    Regards,
    Tobias

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

The topic ‘Questions about Plugin’ is closed to new replies.