Adding a Watermark in DITA Map to XHTML Output
To add a watermark to the XHTML output of a DITA map transformation, follow these steps:
To add a watermark to the XHTML output of a DITA map transformation, follow these steps:
body {
background-image: url(MyWatermarkImage.png);
}
args.css
parameter as the path to your watermark image.
args.copycss parameter to
yes.