z/OS ISPF Dialog Tag Language Guide and Reference
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Figure captions (FIGCAP) tag

z/OS ISPF Dialog Tag Language Guide and Reference
SC19-3620-00

To add a caption to the figure in Figure 1, use a FIGCAP tag and caption text within the figure definition, like this:
<!doctype dm system>
<panel name=toy3 width=57>Order a Toy
<area>
<info width=55>
<p>Type the catalog number of
the toy you want to order and
press Enter.
The number must be a 6-digit number.
<p>For example:
<xmp>
Catalog Number. . . 581678
</xmp>
<p>A description of the toy will appear.
<fig>
          ZOOM-A-GO DAREDEVIL SET

  Your kids will have hours of excitement
  playing with this full set of action toys.
  Requires 80 "AA" batteries.  Not included.
<figcap>Zoom-A-Go Daredevil Set
</fig>
</info>
</area>
</panel>

The figure caption appears just below the bottom figure rule:

Figure 1. Figure caption
                       Order a Toy

 Type the catalog number of the toy you want to order
 and press Enter. The number must be a 6-digit number.

 For example:

   Catalog Number. . . 581678

 A description of the toy will appear.

 ------------------------------------------------

           ZOOM-A-GO DAREDEVIL SET

   Your kids will have hours of excitement
   playing with this full set of action toys.
   Requires 80 "AA" batteries.  Not included.

 ------------------------------------------------
 Zoom-A-Go Daredevil Set
 

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014