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):
.tbl {background-color:#000;}
.tbl td,th,caption{background-color:#fff}
...
<table cellspacing="1" class="tbl">
...
</table>
(border-spacing in style setting doesn't work - you have to put the attr in the table tag)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With