<@UHASM5Y9K> did you add the marco to the body bac...
# advancedpdf
s
@NetSweat did you add the marco to the body background?
n
yup
it might be text formatting issue.
<macro id="watermark"> <div align="center" valign="middle" rotate="-45" font-size="72pt" font-color="black">PENDING APPROVAL</div> </macro>
s
this is how mine is set up
<macrolist> <#if record.custbodypayment?string == “Yes”> <macro id=“nlWatermark”> <table> <tr> <td valign=“middle” rotate=“-30" font-size=“172pt” style=“margin-left: 100px; margin-top: 400px;” color=“#dddddd”>PAID </td> </tr> </table> </macro></#if>
n
oh, maybe size 72pt is still too small to see. and I see you put it in a table. I'll give that a try too. Thanks Mike!
s
I looked at the suiteanswer and in that example the text is set to 30pt but it’s in a table so that could be the issue the suiteanswer id is 64590
n
thanks!