Omni Systems, Inc.

  

Mif2Go User's Guide, Version 55

  

Valid HTML 4.01!

 

Made with Mif2Go

24 Converting tables to HTML > 24.3 Specifying table structure > 24.3.2 Identifying row and column groups and header cells > 24.3.2.2 Designating table header cells


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.



24 Converting tables to HTML > 24.3 Specifying table structure > 24.3.2 Identifying row and column groups and header cells > 24.3.2.2 Designating table header cells