33.3.2.2 Designating table header cells
The default for HTML tables
generated by DITA2Go is not to use the <th> tag to distinguish
header cells from body cells. However, you can direct DITA2Go
to identify header cells:
[Tables]
; UseTbHeaderCode = No (default, always use <td...>)
; or Yes (use <th...>)
UseTbHeaderCode=No
If you specify UseTbHeaderCode=Yes, DITA2Go
generates <th> elements for
all header cells in your tables.
Previous Topic: 33.3.2.1 Using
browser-dependent HTML tags for tables
Next Topic: 33.3.2.3 Enumerating
table column groups
Parent Topic: 33.3.2 Identifying
row and column groups and header cells
Sibling Topics:
33.3.2.1 Using
browser-dependent HTML tags for tables
33.3.2.3 Enumerating
table column groups
33.3.2.4 Wrapping
table row groups
33.3.2.5 Positioning
table footer rows (deprecated)
33.3.2.6 Overriding
row and column group settings