When DropLinkType=Icon, each drop-down link starts with an icon. If you provide text content for the link paragraph or character span, the text follows the icon.
Mif2Go can provide a default icon pair:
![]() |
||
![]() |
To have Mif2Go write these default icon files to the project directory:
; WriteDropIconFiles = No (default) or Yes (write to project directory)
When WriteDropIconFiles=Yes, Mif2Go creates default drop-down icons in the project directory. When WriteDropIconFiles=No, you must provide the icon files. If you want the icons in a directory other than the project directory, perhaps with other graphics, you must place the icon files there yourself, and specify a relative path to their location.
To rename or relocate drop-down icon files:
DropOpenIconFile = path/to/dropopen.gif
DropCloseIconFile = path/to/dropclose.gif
The default location is the project directory. If you specify a relative path, it is relative to the project directory. Do not use an absolute path.
To specify different alt text for the icons:
DropOpenIconAlt = Click to open.
DropCloseIconAlt = Click to close.
To change the macro code that displays icons, see §7.9.4.5 Modifying code for drop-down links.