Hi guys, im trying to add a Image to my Header but it doesnt work. I cant see the Image.
@page
{
@top-left
{
content: "Document Title Goes Here"; /* This is the content that will appear in the header */
font-family: ConfluenceInstalledFont, Helvetica, Arial, sans-serif;
font-size: 8pt;
}
@bottom-right
{
content: "Page " counter(page); /* This is the content that will appear in the footer */
font-family: ConfluenceInstalledFont, Helvetica, Arial, sans-serif;
font-size: 8pt;
}
@top-right
{
<div style="margin-top:10mm">
<img src="/download/attachments/12346/header-image.png"/>
</div>
}
/* Any other page-specific rules */
}
how can i fix this problem?