35.7.4 Synchronizing graphics settings for HTML output
For HTML output types, check configuration settings for the following options; their values must reflect the destination, not the origin, of graphics to be copied for distribution:
; StripGraphPath = No (default)
; or Yes (remove path from graphics references)
; GraphPath = path to use (replacing any previous) for all graphics
; GraphPathOverrides = No (default) or Yes (overrides any path
; in Config markers and in [GraphFiles], adding GraphPath
; GraphSuffix = file extension to use for replacement graphics
; Original name (with or without extension) = new name (with
; extension); new name overrides any [Graphics]GraphPath specified
; old suffix = new suffix, overrides [Graphics]GraphSuffix
Note: For JavaHelp and Oracle Help, alternate settings apply; see §11.3.7.2 Letting Mif2Go set up the directory structure and copy files.
The value for GraphPath, if present, is ordinarily a path relative to the wrap directory where the generated HTML files are located. This value is inserted in <img> tags in your HTML output, as references to graphics files on the server; see §23.3 Locating graphics files for HTML. If your configuration file does not include a setting for GraphPath, by default <img> tags do not include a path, unless you specify a path in [GraphFiles] (see §31.3.1.2 Substituting graphics files for HTML).
If WrapPath points to the project directory:
• Remove or comment out any setting for GraphPath
• Set GraphPathOverrides=No (see §31.3.1.3 Overriding path specifications for referenced graphics)
• Make sure [GraphFiles] entries and configuration markers do not include paths.
If WrapPath points to any directory except the project directory:
• Set GraphPath to point to the WrapPath directory, or to a directory relative to the WrapPath directory
§23.3 Locating graphics files for HTML
§23.4.1 Using referenced graphics without converting
§31.3 Replacing and relocating graphics files
§33.2.9.4 Overriding graphic properties for HTML
> 35 Producing deliverable results > 35.7 Placing graphics files for distribution > 35.7.4 Synchronizing graphics settings for HTML output