The first possibility that springs to mind (and the most usual cause of this) is that you're only uploading the HTML file.
Forgive me if you already know all this and I'm on the wrong track completely.
Unlike a Word doc, which contains both the text and the images, an HTML file only contains the text, and pointers to the individual image files. When you view it in your browser, the image shows up because the pointer to the image is pointing to where the image file is on your hard disk.
To upload both the HTML and the image file to the DTP interface, you have to zip your HTML and images into a single zip file, and upload the zip file.
If the image file is in the same directory as the HTML file on your hard disk, just zip them up together. If the image file is in a sub-directory (which it will be if you started with a Word doc and used "Save As" to save it as an HTML file), zip the HTML file along with the directory containing the image file. That will ensure that the image pointer in the HTML code will still point to the correct location.
Once you've done that, upload the zip file instead of uploading just the HTML file, and hopefully, that should solve the problem.
You'll also get lots of help and advice from others in the DTP Community forums there, if you need it.
- Donna
|