1

I have an HTML document, which consists of 100s of rows with 3 columns each. Basic structure is like the following:

 <table style="padding: 10px; width: 100%; border-collapse: collapse; border-style: 1px dotted; font-size: 10px">
      <tr>
           <td style="vertical-align: middle;text-align: center;border: 1px dashed black"></td>
           <td style="vertical-align: middle;text-align: center;border: 1px dashed black"></td>
           <td style="vertical-align: middle;text-align: center;border: 1px dashed black"></td>
      </tr>
      ...
 </table>

I want this table's borders to be in dashed format. However, it doesn't work. It keeps giving me weird results where the border is black with blurry gray spread around it (almost looks like a shadow).

I am using TCPDF 6.2.12.

How should I set this up?

Gasim
  • 7,615
  • 14
  • 64
  • 131

0 Answers0