I have been trying to add a watermark using the ma...
# advancedpdf
p
I have been trying to add a watermark using the macro method as below but no watermark shows. Any ideas why?
Copy code
<style>
#watermarkbody {font-size:80; font: Helvitica; color: #F0F0F0; }
</style>
 <macrolist>
 <macro id="watermark">
 <p id="watermarkbody" rotate="-30" valign="middle" align="center">
 Confidential
 </p>
 </macro>
 </macrolist>
</head>
<body header="nlheader" header-height="30%" footer="nlfooter" footer-height="20pt" padding="0.5in 0.5in 0.5in 0.5in" size="Letter" background-macro="watermark">