I am looking for a simple method to embed images to a HTM file so the user can export the HelpFile to the SD Card [and beyond] as a single file.
NOTE: The HTM file is a Word Doc saved as HTM to enable it to be read in WebView. I know this is the wrong way to create a HTM but I was not trying to create a Web Page but trying to let the user read the document. This also shows my level of skill in HTM/L, Web Pages etc.
My choices at this stage are:
1. Find a simple way to embed the images.
2. Convert file to PDF. [HTM for WebView, PDF for exporting to the SD Card.]
3. Any other suggestions?
I don't know of any way to "embed" an image into an HTML "file" other then the MHT format, but thats a whole other can of worms.
You could just have normal <img> links in the HTML file that references image on the web, but that would require the user to have internet access to see the images when they open the file in a browser.
The "PDF" solution is a common file format, and will allow the image to be embedded into one "file" without the need for internet access - so this might be your best bet.
I don't know of any way to "embed" an image into an HTML "file" other then the MHT format, but thats a whole other can of worms.
You could just have normal <img> links in the HTML file that references image on the web, but that would require the user to have internet access to see the images when they open the file in a browser.
The "PDF" solution is a common file format, and will allow the image to be embedded into one "file" without the need for internet access - so this might be your best bet.