This is an archived forum post. The information may be outdated. Contact us if you have any questions.

Table border vanishes when specifying watermark

ebstauffer wrote on 2013-01-18:
I have an HTML table formatting thusly:

#competencySummaryHolder {
border: 1px solid #1D3273;
border-collapse: collapse;
}


It renders as expected. However, when I specify watermark like this:

$objPdfCrowd->setWatermark(valid_server_here . 'images/draft.png',150,250);
$objPdfCrowd->setWatermarkRotation(-45);
$objPdfCrowd->setWatermarkInBackground(1);

The watermark appears but the table border go away.

Any ideas why the wm cause the table border to vanish?
support wrote on 2013-01-18:
Can you provide complete HTML code so we can replicate the issue? If you do not want to publish it here you can send it to info@pdfcrowd.com.