I'm working on the following website which uses a dotted border (applied to table cells) to contain most of the website content.
It works fine overall, but there's a small issue in Chrome where the two collapsed dotted borders sometimes make up one solid border (Fig 1); an example of this can be found on the Signatories page at the bottom.
A similar effect applies to Internet Explorer also, however it's more consistent and rather than the line being solid, it seems like every nth dot is doubled up (Fig 2).
Is this a known issue that has an easy enough to implement solution?
Fig1:
Fig2:
Note on me using tables for this
Please don't spam me with "you shouldn't use tables for layouts" - I'm fully aware of that.
There are a few prime reasons that I'm doing this:
- The site is built in Business Catalyst (a content-management system) and the client needs to be able to easily add cells for extra content, etc using the WYSIWYG editor in the system.
- This particular project has extremely tight deadlines and thus needs to be built as quickly as possible (tables make it a little quicker, especially with all the pages with all the varying cell amounts, widths, heights, etc etc).