You can generate either HTML files for local processing, sending via e-mail etc. In addition, you have the option to use the 'Browser' option to display the report directly in the browser.
When DataMajor generates HTML the following format will be used:
This default formatting can be changed by added some comments to the script file. The table below shows where the additional formatting will be used.
| Script file entry | Used |
|---|---|
| #HTML Table 0 | On the Title line e.g. change the colour of the heading |
| #HTML Table 1 | Added to the <TABLE> tag |
| #HTML Table 2 | Added to the <TD> tag |
| #HTML Table 3 | Inserted after the <TD> |
| #HTML Table 4 | Added to the <TH> tag |
| #HTML Table 5 | Inserted after the <TH> |
| #HTML Table 6 | Inserted after the heading e.g. center everything. |
Table 0, 2 and 5 will 'wrap' the entry and should be the full html that you require. If '%%' is detected the text will be inserted at that point. e.g.
#HTML Table 0 <font color="blue"> %% </font>This will change the title to appear in blue.
With Table 2 and 4, the text will be inseted within the tag so you should only add what is needed e.g.
#HTML Table 1 width="95%"This will add the width command to the tag, you can specify any html that can be used within the <table ..... > tag (or TD/TH).