22.6.4 Locating, replacing, or omitting the indent spacer graphic
The default name of the indent spacer image file is 1p.gif; you can specify a different name, or specify a different path:
; PixelSpacerImage = name of 1-pixel transparent GIF for spacing
By default, Mif2Go writes the spacer image file to the project folder, and includes references of the following form in your HTML output:
If you supply a path for PixelSpacerImage (for example, ./graphics/1p.gif), Mif2Go writes the spacer image file to the specified path. Then Mif2Go generates references of the form:
<img src="./graphics/1p.gif" . . . >
This can be important if you place graphics anywhere but the project folder (see §22.3 Locating graphics files for HTML).
If your HTML output does not use the spacer, you can omit the spacer image file:
; WriteSpacerFile = Yes (default, write file after conversion) or No
> 22 Including graphics in HTML > 22.6 Positioning graphics in HTML output > 22.6.4 Locating, replacing, or omitting the indent spacer graphic
