Add a Picture to the Header

serc December 3, 2018

Hi guys,

im trying to add to the PDF Layout (Header) a picture but it doesnt work. Always get the Problem that the picture is not at the right upper side.

1 answer

0 votes
Kevin W July 9, 2020

I have the same problem. I want to have a picture left and a text on the right.
I used Global PDF Template and added some html css script at the end.
Can anyone help me with this?

<!doctype html>

<html>
<head>
<meta charset="utf-8">
<style>
#Logo-right {
padding: 1px;
position: absolute;
background-repeat: no-repeat;
top: 5px;

}

</style>

<center>
<div id="Logo-right">
<!-- W:7481 px H:763 px for image -->
<img src="https://image ...." align="top"/>
</div>
</center>
</head>
<body>
</body>
</html>

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events