• All of a sudden the links in my tables are showing up as underlined. Adding CSS doesn’t change anything, how do I stop this?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Saad

    (@protibimbok)

    Did you try setting style:
    a {
    text-decoration: none;
    }

    This seems to be working in our case.

    Thread Starter Swan1305

    (@swan1305)

    Yes I did try that but it’s not working. Also getting weird spaces appearing all over my tables now. This plugin is so much harder to use than it needs to be, I wish there was a good alternative.

    Plugin Contributor Saad

    (@protibimbok)

    Please send me a link to your table where I can have a look at it.

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.