Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Tobias! Thank you so much; it worked!

    I was wondering now, is it possible to add spacing in between the rows? I tried adding these to the plugin options but it was just shots in the dark.

    .tablepress-id-43 {
    	border-spacing: 10px;
    	padding: 20px;
    	padding-top: 20px;
    }

    I used “20px” just as an example to see if I could notice a difference.

    Thank you again!

    Carmen

    Hi there Tobias,

    Agreed, Tablepress is a great plugin you’ve developed.

    I’m trying to do the same thing, and while I think it might be my website theme overriding the Tablepress plugin, I just wanted to make sure before I give up on trying to be fancy.

    I’m trying to make a banner and in the shaded area post a title. The banner would serve as a link to another page. (Does that make sense?) Here’s what it looks like so far.. https://animeartmuseum.org/artist-page-categories (without any links yet)

    At the top is what I have tried accomplishing with Tablepress and I input this code:

    .tablepress-id-43 tbody td {
    	font-family: Tahoma;
    	font-size: 18px;
    	color: #ffffff;
    }
    
    .tablepress-id-43 .row-1 .column-A {
    	background-image: url(https://animeartmuseum.org/wp-content/uploads/2015/01/Animators.png);
    }
    
    .tablepress-id-43 .row-2 .column-A {
    	background-image: url(https://animeartmuseum.org/wp-content/uploads/2015/01/Cosplayers.png);
    }
    
    .tablepress-id-43 .row-3 .column-A {
    	background-image: url(https://animeartmuseum.org/wp-content/uploads/2015/01/Crafters.png);
    }
    
    .tablepress-id-43 .row-4 .column-A {
    	background-image: url(https://animeartmuseum.org/wp-content/uploads/2015/01/Illustrators.png);
    }
    
    .tablepress-id-43 .row-5 .column-A {
    	background-image: url(https://animeartmuseum.org/wp-content/uploads/2015/01/Sculptors.png);
    }
    
    .tablepress-id-43 .row-6 .column-A {
    	background-image: url(https://animeartmuseum.org/wp-content/uploads/2015/01/Singers.png);
    }
    
    .tablepress-id-43 .row-7 .column-A {
    	background-image: url(https://animeartmuseum.org/wp-content/uploads/2015/01/Videogames.png);
    }
    
    .tablepress-id-43 .row-8 .column-A {
    	background-image: url(https://animeartmuseum.org/wp-content/uploads/2015/01/VoiceActors.png);
    }
    
    .tablepress-id-43 .row-9 .column-A {
    	background-image: url(https://animeartmuseum.org/wp-content/uploads/2015/01/Writers.png);
    }

    And below that is what I tried to accomplish with basic table html code (which looks like this.

    I appreciate any assistance on the matter!

    Take care,

    Carmen

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