Omni Systems, Inc.

  

Mif2Go User's Guide, Version 33u53

  

Valid HTML 4.01!

 

Made with Mif2Go

22 Including graphics in HTML > 22.6 Positioning graphics in HTML output > 22.6.4 Locating, replacing, or omitting the indent spacer graphic


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:

[HTMLOptions]

; PixelSpacerImage = name of 1-pixel transparent GIF for spacing

PixelSpacerImage=1p.gif

By default, Mif2Go writes the spacer image file to the project folder, and includes references of the following form in your HTML output:

<img src="1p.gif" . . . >

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:

[HTMLOptions]

; WriteSpacerFile = Yes (default, write file after conversion) or No

WriteSpacerFile=No



22 Including graphics in HTML > 22.6 Positioning graphics in HTML output > 22.6.4 Locating, replacing, or omitting the indent spacer graphic