24.3.2.2 Designating table header cells

The default for HTML tables generated by Mif2Go is not to use the <th> tag to distinguish header cells from body cells. However, you can direct Mif2Go to identify header cells:

[Tables]

; UseTbHeaderCode = No (default, always use <td...>)

; or Yes (use <th...>)

UseTbHeaderCode=No

If you specify UseTbHeaderCode=Yes, Mif2Go generates <th> elements for all header cells in your tables.