• Resolved danishcid

    (@danishcid)


    I’m trying to create a button with table press plugin but it doesnt work the way they have replied in other similar posts on this forum. I’m suing the following css code to create the button in the table cell

    .tablepress-id-test .column-4 a {
    border: 1px solid #000000;
    white-space: nowrap;
    font-size: 12px;
    font-weight: bold;
    padding: 10px;
    border-radius: 10px;
    background-color: #ffff00;
    }

    over here I’m using the link to create the button but what class or ID would I have to define here for example for the above CSS code I created the following ID
    a class=”test” href=”http://localhost/customify/sample-page-2/” rel=”noopener” target=”_blank”>check prices (this way it wont work)

    However, when i defined the class: test in the link
    a ID=test href=”http://localhost/customify/sample-page-2/” rel=”noopener noreferrer” target=”_blank”>check prices

    .test {
    border: 1px solid #000000;
    white-space: nowrap;
    font-size: 12px;
    font-weight: bold;
    padding: 10px;
    border-radius: 10px;
    background-color: #ffff00;
    display: inline-block;
    text-decoration: none;
    }

    it worked but the button has link that is underlined which I dont like and it seemed like it’s not the right way to do it

    can someone help me create the button in the tablepress table

    • This topic was modified 6 years, 7 months ago by danishcid.
    • This topic was modified 6 years, 7 months ago by danishcid.
    • This topic was modified 6 years, 7 months ago by danishcid.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Table Press Button’ is closed to new replies.