Macro Language Reference > PIs > Block > <?blockbody>
  
<?blockbody>
Description
Marks the content area of a block.
 
Example 350. Create a simple block
Using the three instructions shown below will create the most simple of blocks. Block and text properties should be placed within <blockstart> and <?blockbody>, which is the area known as the “block preamble”. Block content should be placed between <?blockbody> and <?blockend>.
<?blockstart>PUT BLOCK AND TEXT INSTRUCTIONS HERE
<?blockbody>PUT CONTENT HERE<?blockend>
Syntax
<?blockbody>
Related Links