Images in templates
You can include images, such as your company’s logo, into your new templates. When using Microsoft Word, the image is simply included in the Word template. In the case of HTML there are some additional rules:
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.