Macro Language Reference > PIs > Block > <?blockskipegut>
  
<?blockskipegut>
Description
By default, when creating a new block, a column gutter after the right column is not permitted unless it has been explicitly defined using the <?blockgutr> command. A right hand gutter requested by other methods, for example by the inclusion of <?blockcolgut> commands for the block, will not be created. The <?blockskipegut> command overrides this default behavior to permit the addition of an auto-generated gutter for the right hand column, when a <?blockgutr> is not included.
 
Even with a setting of <?blockskipegut=1> the right hand gutter must still be explicitly specified and not simply implied by repeating <?blockcolgut> commands For example, in a three column block you must define three separate <?blockcolgut> commands rather than a single one with a repeat option.
Syntax
<?blockskipegut value:n>
value
0
Continue with default behavior, i.e. do not permit rightmost gutter
1
Permit rightmost gutter
Related Links