Image in invoice template footer

I want to add image on invoice template footer, I add html tag in system set-up <img src="image.jpg" height="10" width="200"> and in the same folder, where system store invoice template I upload image. But when I open pdf invoice, system show red X, it’s look like that system can’t find picture.
How I can fix this?

[size=10]Last Update: 25.12.2015[/size]

Hi,

What link you want to add?

Hi,

try to add the absolute link instead of the relative link.

your code should look like:

<img src="http://yourdomain.com/folder/to/image.jpg" height="10" width="200" alt="image title" />

Cheers,
Kreekhoorn