Macro Language Reference > PIs > Tables > <?tbcellwidthoverlap>
  
<?tbcellwidthoverlap>
Description
Specifies that content that is too wide to fit into a table cell can be placed in the required cell and permitted to run over the right hand edge of the cell. A content too wide message will still be added to the error log but PTC ALD will not terminate the table, as is usual if it can’t find a column wide enough to fit the required content.
* 
This will allow content to fit within a column that has a resolved width that is actually negative. Take care when avoiding frames and graphics etc. to ensure that they are still avoided in this situation.
This command is a synonym of <?tbcwoverlap>.
Syntax
<?tbcellwidthoverlap num:n>
num
0
Continue with default cell processing behavior - attempt to find a column large enough to fit the content and terminate the table with an error message if one is not available.
1
Place content in the required cell and allow it to overlap the right hand edge of the cell.