• Resolved muntrem

    (@muntrem)


    Tobias,

    Your your plugin. Have donated.

    Following problem is likely my being a novice with code, but when I enter css into plugin options like

    a:link {color:#FF0000;} /* unvisited link */
    a:visited {color:#00FF00;} /* visited link */

    ALL the links on my cite respond accordingly. How do I make it so links and visited links on table act differently than on rest of cite? Is this possible?

    Thanks

    Erm

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter muntrem

    (@muntrem)

    never mind Tobias. Got it. I am an idiot. Sorry to bother you.

    Hi,

    no problem, you are not bothering! And thanks for the donation!

    CSS in the “Custom CSS” textarea on the “Plugin Options” screen does not automatically apply to only tables, as it has the same outcome as other CSS code in the page.

    To make it apply only to tables, just prepend the table’s CSS class:

    .wp-table-reloaded a:link {color:#FF0000;} /* unvisited link */
    .wp-table-reloaded a:visited {color:#00FF00;} /* visited link */

    (Just posting this for others as well, as you seem to have found the solution already.)

    Best wishes,
    Tobias

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

The topic ‘Table Reloaded CSS’ is closed to new replies.