Uploading Reports: (to the web)
So that your web pages do not display broken graphics, it is important to put the graphics in a directory on the web server with the same name and relative directory path as it is displayed on your hard disk. For example:
If you want the main chart image to display correctly for "mychart.gif", then put it in a directory called "ChtImg" under the directory where you put "mychart.htm", like this:
Htm file:
http://www.astrology-x-files.com/mychart.htm
Image:
http://www.astrology-x-files.com/ChtImg/mychart.gif
In the above case, all of the predefined graphics for the report tables should be copied to:
http://www.astrology-x-files.com/graphics/
If you want to place mychart.htm file in http://www.astrology-x-files.com/astro-concepts/
then the resulting paths should look like this:
http://www.astrology-x-files.com/astro-concepts/mychart.htm
http://www.astrology-x-files.com/astro-concepts/ChtImg/mychart.gif
http://www.astrology-x-files.com/astro-concepts/graphics/...