I’m using border-collapse (CSS) to make thin borders on my table. They render fine on the screen, but when they are sent into a PDF, via cfDocument, they end up as thicker grey borders.
I read that cfDocument doesn’t support border-collapse yet, so what’s my best option?
ColdFusion 9
Tables are so 90’s but this does seem to work for cfdocument pdf (inconsistent on web browser display though):
…
(border-spacing in style setting doesn’t work – you have to put the attr in the table tag)