<style type="text/css"><xsl:text>
body { background-image: url("</xsl:text>
<xsl:value-of select="$draft.watermark.image"/><xsl:text>");
- background-attachment: fixed;
background-repeat: no-repeat;
- background-position: center center;
+ background-position: top left;
+ /* The following properties make the watermark "fixed" on the page. */
+ /* I think that's just a bit too distracting for the reader... */
+ /* background-attachment: fixed; */
+ /* background-position: center center; */
</xsl:text>
</style>
</xsl:if>
-
<xsl:apply-templates select="." mode="head.keywords.content"/>
</xsl:template>