Omni Systems, Inc.

  

Mif2Go User's Guide, Version 55

  

Valid HTML 4.01!

 

Made with Mif2Go

21 Mapping text formats to HTML/XML > 21.11 Converting footnotes to HTML or XML > 21.11.3 Using list tags or <div> and <p> tags for jump footnotes


21.11.3 Using list tags or <div> and <p> tags for jump footnotes

By default, Mif2Go uses list tags for Jump footnotes in both text and tables (see §21.11.1 Configuring and placing footnotes). For numbered footnotes, Mif2Go supplies Arabic numerals, even if your FrameMaker document uses Roman numerals. For alphabetic footnotes, if the quantity of footnotes per page exceeds the length of the alphabet, Mif2Go repeats the sequence.

To use <div> and <p> for footnotes instead of list tags:

[HTMLOptions]

; UseFootnoteLists = Yes (default, use <ol> and <li> for footnotes

;  in text, except for those using symbols),

;  or No (always use <div> and <p>).

UseFootnoteLists = No

; UseTbFootnoteLists = Yes (default, use <ol> and <li> for footnotes

; in tables, except for those using symbols),

;  or No (always use <div> and <p>).

UseTbFootnoteLists = No

Using <div> and <p> is likely to give better cross-browser consistency; we advise avoiding HTML list tags whenever possible.

See also §22.7.5 Assigning CSS classes to text and table footnotes.



21 Mapping text formats to HTML/XML > 21.11 Converting footnotes to HTML or XML > 21.11.3 Using list tags or <div> and <p> tags for jump footnotes