Support » Plugin: WP-Table Reloaded » [Plugin: WP-Table Reloaded] Creating Links in table cells

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    yes, you can of course add links to the table cells. Either paste in the HTML code manually, or use the “Insert Link” button below the table text fields.

    Regards,
    Tobias

    Hi Tobias,
    Great plugin!
    How do I change the color of a link?
    Thanks,

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    that is possible through CSS code.
    For example, to change the link color in all tables, add the following code to the “Custom CSS” textarea on the “Plugin Options” screen of WP-Table Reloaded:

    .wp-table-reloaded a {
     color: #ff0000!important;
    }

    Best wishes,
    Tobias

    Thanks!

    Thread Starter Longy

    (@longy)

    Many thanks for your help Tobias – much appreciated

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    no problem, you are both very welcome!

    Best wishes,
    Tobias

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘[Plugin: WP-Table Reloaded] Creating Links in table cells’ is closed to new replies.