I've been attempting to display images included in the project of my help file.
[FILES]
Images\About-1.png
Images\Prompt-1.png
Images\Prompt-2.png
Images\Settings-1.png
Images\Settings-2.png
Images\Settings-3.png
Images\Settings-4.png
Images\Settings-5.png
These are the list of images I wish to include and I reference them in my HTML files as so,
<div class='Image'>
<img height='200' width='auto' src='Images\Settings-3.png'
alt='Settings-3' />
</div>
This seems like it should work but when I compile the project to a CHM file the log says it contains no graphics and the images are not displayed.
What could be the cause of this issue?