I am using the background-macro watermark but am h...
# advancedpdf
p
I am using the background-macro watermark but am having an issue where the font size i put in is not being respected. My style is
#watermarkbody { font-size:80; font:Helvetica; color:blue; }
and my body tag is
<body background-macro="watermark" header="nlheader" header-height="29%" footer="nlfooter" footer-height="20pt" padding="0.5in 0.5in 0.5in 0.5in" size="Letter">
. Any ideas on what may be going on here? I did try adding !important to the font-size but that did nothing. The color does change though.