Images in templates
You can include images—such as your company logo—in your templates. When you use Microsoft Word, you can simply insert the image directly into the Word template.
For HTML templates, additional rules apply:
Only individuals with appropriate knowledge of HTML should do this.
To display your image in the report:
the template file must refer to it.
the image file must be located in the same folder as the template file.
* 
If either of these conditions is not met, the image will not display in your report.
The following example shows an image reference in HTML syntax that you can include in a HTML template file. The file name of the image you want to include should always be placed between quotes:
<img src="image001.gif"></img>
* 
When adding an image to a .rtf, .doc or .docx template, it is not necessary to include any tags or place images in a folder.