|
Every fact can be printed out, with the help of the print preview button in the left frame. The header of the print layout page, can be adjusted.
Procedure:
|1| Click in the main menu on Interface
|2| Click on the modify button next to the Messages row
|3| Click on the modify button next to the Print layout row
|4| In the following input entry, by default you see the code of the standard print layout header. You can change it as you want. Formatting of this message is done via HTML. Certain system information can be included with special code:
System informationen |
|
Platform title |
<<title>> |
URL of the printed page |
<<url>> |
Date |
<<date>> |
The code of the standard print header, is the following:
<html>
<table>
<tr><td><span style="font-size:16px; color:#000000;">
<b><<title>></b><br></span>
<span style="font-size:12px; color:#333333;"><nobr>
<b><<url>></b></nobr><br></span>
<span style="font-size:12px; color:#333333;"><nobr><<date>>
</nobr><br></span>
</table>
</html>
|5| Click on save to save your changes.
|
|