The graphic you embedded is going to show up in the HTML under an img src tag. Search for it, and find out what path it is expecting the image to be in from where the .html itself is.
For example, it could be at "../../image.jpg". To have the image visible, it would just need to be two directories below the html file, whenever you distribute it.
The best idea is to make a directory called "img" in the same directory that you put the publisher file, and keep all the embedded images there before you put them in. When you export it, move the img directory with the .htm.
__________________
"I'm typing on a computer of science, which is being sent by science wires to a little science server where you can access it. I'm not typing on a computer of philosophy or religion or whatever other thing you think can be used to understand the universe because they're a poor substitute in the role of understanding the universe which exists independent from ourselves." - Willravel
|