|
Dialog: Customize HTML Output |
|
|
This dialog allows you to change the appearance of the HTML log files, by modifying the HTML template code that Docklight uses when generating the HTML log file data.
You need some basic understanding of HTML documents and CSS style attributes. We recommend http://www.htmldog.com (English) or http://www.selfhtml.org (German and French) for a quick overview on these topics.
HTML Header Template The HTML document header. Here you can change the font applied to the log file data, using the following CSS style attributes:
NOTE: Use the semicolon (";") as a separator between two different CSS style attributes, e.g. font-family:sans-serif; font-size:small
NOTE: Docklight will insert additional <u> (underline), <i> (italic) and <b> (bold) HTML tags, if such formatting options are activated in the Display Settings. You do not have to use the font-style or font-weight attribute to create these effects.
HTML Footer Template Adds additional footer text and closes the HTML document.
Data Element Template For every new piece of log file information (channel 1 data, channel 2 data, or a comment text), a new <span> tag with different text color is added to the HTML log file.
The template code for the header, footer and data parts contains Docklight-specific wildcards which must not be deleted:
When generating a log file, Docklight replaces the wildcards with the current display settings and the actual communication data.
|