Hi there, I put <br>
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
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
That worked perfectly. Hurray!
Thanks David,
Drew