Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #546409

    Hi,

    On our website we made some tables. There is a space between the two rows, but we would like to have no space in between, just a line. Could you tell me how to do this?

    Regards, John Niemeijer

    #546526

    Hi johnniemeijer!

    Use just one table and give it two columns instead of two tables with one column.

    Cheers!
    Elliott

    #546556

    Hi Elliot,

    It is already one table with two columns, but there is still a space between the columns, as you can see on the website.

    Regards, John

    #546570

    Hi!

    Which are are you referring at? I did a search and could not locate a table in the code.
    Maybe Elliott did not got it right.

    Let us know so we can make sure we can help you out

    Best regards,
    Basilis

    #546619

    Hi Basilis,

    The website is: http://mobile-ecg.com/products/

    Regards, John

    #546690

    Hi!

    Well, if you switch it to the data style instead of pricing style it should be what your wanting.

    Or maybe this CSS would work for you.

    .pricing-table {
        margin: 0px !important;
    }

    Regards,
    Elliott

    #546851

    Thanks Elliot, the CSS worked perfect!

    Regards, John

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Table: no space between rows possible?’ is closed to new replies.