Hi All, If a split table includes a footnote then the footnote is constrained to the same width as the first column of the table, not the page width. Example (also attached as tadtest5.tex): ============================================================ \automigrateinserts % or else footnotes don't show up at all \starttext \dorecurse{3}{\input knuth\par} \placetable[split]{Table Caption}% { \bTABLE[split=repeat]% \bTR\bTD table cell with footnote\footnote{This footnote is constrained to the width of the first table column.} \eTD \dorecurse{3}{\bTD table cell \eTD}\eTR \dorecurse{10}{\bTR\dorecurse{4}{\bTD table cell \eTD}\eTR} \bTR\bTD table cell footnote 2\footnote{This is another footnote that is constrained to the width of the first table column.} \eTD \dorecurse{3}{\bTD table cell \eTD}\eTR \eTABLE} \stoptext ============================================================ Does this have something to do with the \automigrateinserts command or is there something I'm not doing right? Thanks, Tad