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.
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>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.