Question
· Jun 24, 2022

RowSpan

What is the correct way to specify rowspan and colspan in a ZEN PDF report using <Item> <Caption> 

I am specifying rowspan in the <Caption> tag after the <Item> but it's not working.

Product version: IRIS 2022.1
$ZV: IRIS for Windows (x86-64) 2022.1 (Build 202)
Discussion (1)2
Log in or sign up to continue

This may help. I got in /csp/docbook.

Note the use of colspan in the <td> and <th> definitions. <td> and <th> support colspan and rowspan
attributes. Each attribute accepts a number as a value and causes the content of its parent <td> or <th> to span that number of columns or rows in the header or footer. Each produces output similar to the HTML attributes of the same name, but do so equally well for XHTML or PDF output formats.