I'm attempting to embed an image within a HTM file which is part of my CHM file I'm trying to create. In my HTML File I'm referencing my image like so;
<img src='C:\\Users\\[user]\\Documents\\Images\\Settings-1.png'
alt='Settings-1' />
My images still show once it's compiled however this Help File needs to be portable and I know once it's shipped these images will not show.
How would I go about solving this issue?