0

I try to put a border on a table for printview and in pdf file. It works in the printview of the most of browsers but when I generated a pdf which use the same css file, it doesn't work. To generate the pdf file I use PrinceXML.

Do you know how to add the borders in css for PrinceXML ?

Kurt Pfeifle
  • 86,724
  • 23
  • 248
  • 345
gperriard
  • 1,077
  • 2
  • 12
  • 22

1 Answers1

1

Try

table, tr, td { border: 1px solid black !important }
Simone
  • 20,302
  • 14
  • 79
  • 103