I'm facing a challenge with styling an unconventional table like the one shown in this image: Unusual tables and border overlap
Currently, I have a 1px border style around each td element, but when they meet at the corners, I end up with overlapping borders.
Is there a way to achieve a consistent 1px border for every td in this table?
Thank you for your help!