Hi, i need add an HTML table in the header and footer of my export to PDF since i wont to use confluence for the official Company Documentation, adding logo, company info and certification number.
This code in the header don't works:
<table>
<tr>
<td>
LOGO
</td>
<td>
COMPANY INFO
</td>
<td>
CERTIFICATION NUMBER
</td>
</tr>
</table>