Macro Language Reference > PIs > Block > <?blockavoidme>
  
<?blockavoidme>
Description
Sets an avoid property for a block. Content of subsequent sibling blocks will avoid this block. This is particularly useful when setting up side by side block placement.
* 
The avoid property is applied to the content of the block, not the block itself. Column definition within sibling blocks is not affected.
Subsequent content will continue aligned with the avoid region until it has passed the margins of the avoid block. Content will then wrap under the avoided block. If you want to force a subsequent block to start below the avoid block before this limit has been passed, use a <?blockavoidclear=1> command for the relevant block.
Syntax
<?blockavoidme num:n>
num
0
Allow subsequent sibling blocks to flow normally.
1
Subsequent sibling blocks will avoid this block.
Related Links