Hello ConTeXtist... How can I arrange for correct split of rotated tables? Division table does not respect margin of the page and on the next page is the rest of the table in the middle of the page (and not on the left edge). The table is placed separately on the whole page. Can reasonably arrange some trick? Thanx Jaroslav Hajtmar Here is my minimal example: \setupTABLE[split=yes] \setupTABLE[row][first][background=color,backgroundcolor=gray] \setupTABLE[column][1][width=1cm] \setupTABLE[column][2][width=2cm] \setupTABLE[column][3][width=3cm] \setupTABLE[column][4][width=4cm] \setupTABLE[column][5][width=5cm] \starttext \splitfloat {\placetable[here, force, 90][tab:example]{Example of a rotated table}}{ \bTABLE \dorecurse{35}{\bTR\dorecurse{5}{\bTD x\eTD}\eTR} \eTABLE} \stoptext