To specify use and placement of table titles in HTML or XML output:
[Tables]
; TableTitles = 0 to leave alone, 1 to put at top, 2 to put at bottom
TableTitles = 0
; UseInformaltableTag = No (default) or Yes (use when there is no
; table caption, as in DocBook)
UseInformaltableTag = No
; InternalTableCaption = Yes (default) or No (put outside table)
InternalTableCaption = Yes
; TableCaptionTag = tag for internal table captions, default "caption"
TableCaptionTag = caption
Some browsers do not like the <caption> tag inside the <table> tags. To satisfy those browsers, specify InternalTableCaption=No.