Macro Language Reference > PIs > Block > <?blockstart>
  
<?blockstart>
Description
Marks the start of a block.
 
Example 359. 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
<?blockstart>
Related Links