I am trying to add header and footer to my pdf below is my code.
but the problem is image and initial page doesn't have space and also i would like to get my content (header) below the image which is not happening now.
@page
{
@top-right
{
background-image:url(/download/attachments/255066264/test.png?api=v2);
background-repeat:no-repeat;
background-position:left;
content: "Engineering Requirements Document";
font-family: ConfluenceInstalledFont, Helvetica, Arial, sans-serif;
font-size: 16pt;
padding-top: 10px;
}
@bottom-center
{
content: "CTO-XXXXX-1.0" counter(page);
font-family: ConfluenceInstalledFont, Helvetica, Arial, sans-serif;
font-size: 8pt;
}
}
Shruthi,
Can you please clarify with us what your problem is exactly? When you say it doesn't have space, what does that mean? Can you illustrate?
In addition, your header will always be at the top. Can you tell me what you mean when you say you want it below an image?
Regards,
Shannon
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.