Hi.
Yesterday I upgraded to 0.8 last version.
No major issues but now my watermark is not showing in the PDF. If I sent the html to the screen it appears normally as expected, so, looks to me the path for the image is fine.
No changes at all to the script used to generate the html.
Here is the code I am using fore this part:
...
.draft { background-image: url("nooficial.gif"); background-repeat: repeat-y; background-position: 100px 50%; opacity=0.5;}
/*]]>*/
</style>
</head>
<body';
if ($draft) $html .= ' class="draft"';
$html .= '>
...
Any idea is really appreciated
Best regards,