Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #239563

    Hi there, I put &nbsp;<br>&nbsp; into all the empty table cells in the table shown at http://improvretreats.ca (schedule section) – it works, but then whenever I edit anything else on the page, the code disappears and my tables are out of alignment – again. It’s getting REALLY frustrating. Is there a way to ensure that empty cells always appear in the row?

    Thanks,
    Drew

    #240390

    Hey HiDrew!

    I’ve checked your tables and here is a plausible solution to your problem, ( assuming you want to show the blank rows ).

    .pricing-table li.empty-table-cell {
    display: block;
    }

    Let me know if this help you out, if not happy to think of other ways to solve this.

    Best regards,
    David

    #240799

    That worked perfectly. Hurray!

    Thanks David,
    Drew

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Empty Cells in Tables’ is closed to new replies.