Go to "Interface > Advanced page layout configuration" and navigate to the following points:
#31 Additional html to be placed after the <body> tag (in the very beginning)
#32 Additional html to be placed before the </body> tag (used for putting the layer data)
These two advanced options allow you to fully redesign your page layout. Here you can add any kind of HTML - tables, layers, include scripts, images, redifine styles, etc.
Important: If you add images or scripts with <script src=""> tag, be sure to leave spaces after the "src" property and after the "=" sign.
<script src = "http://path-to-my-script.js"></script>
The user is also able to upload images for the header. In order to do so, please proceed as follows:
|1| Go to the platform and upload the image(s) using the service "factimage " .
|2| Now you can add them using one of the following methods:
|a| Copy the infoID of the image and put it in the input form using factimage
|b| Copy the infoID of the uploaded image and put it in the input form using the tag
<img src="/images/factID"/>
|