hello, i'm trying to print a table with writeHTML(), but if the table is too long the border and background color styling go missing
the table declaration is
if i append a second table, as in the attachment, the first one is fine, the second is broken
(table cellpadding="6" border="1")
(tr style="background-color: #c5183d; color: white;")(/tr)
(/table)