- Access the appropriate space.
- Attach the image to a page in the space.
- Click the image's name link.
- The image opens in a new window.
- Copy the image's URL starting with /download/.
For example:
/download/attachments/107675675/PDFLayout.png - Access the space's PDF Layout page by going to Browse > Space Admin > PDF Layout.
- Press the Edit button.
- In the title, header or footer section, enter code similar to:
- To center the image and set a top margin and page break, use:
- Press the Save button.
<img src="/download/attachments/107675675/PDFLayout.png"/>
<div style="text-align:center; margin-top:35mm; page-break-after:always;"><img src="/download/attachments/107675675/PDFLayout.png"/></div>
See the Editing the PDF Stylesheet page for more information.