html - Strange problem while compiling CHM file -


I had to write some documents I wrote every page in MS Word and then save every * .docx as an HTM file. I am using "HTML Help Workshop" (from Microsoft) to compile a CM file.

I can successfully create a CM file, but the problem is that not all images are displayed in the CM file. I tried decompressing the * .chm file to another folder and opened each .htm file in the web browser. All images are displayed correctly

Then why not show them in the chm file. Strangely, some of them are not displayed. I checked that the image format is causing the problem, but all the images are of the same format. I checked that file naming is a problem, but all images have been named image [001-100] .jpg in their respective folders.

Any thoughts about what is going wrong?

HTML Help Workshop (HHW) has problems with HTML generated by Word (or better: Word has generated awesome HTML). Some versions have put VML coding around the IMG tags which can not handle HHW.

Possible solutions:

  • In the word: 'To display graphics in browser' (Tools> Options> General> Web options)
  • In: Save as 'Filter HTML'.
  • In HHW: manually add images to the [files] section of the project.

Let me know that anyone can help with this.


Comments

Popular posts from this blog

Eclipse CDT variable colors in editor -

AJAX doesn't send POST query -

wpf - Custom Message Box Advice -