Responsive WebHelp - <properties> Table Outputs Incorrectly
Posted: Fri Oct 19, 2018 12:29 am
I have several two-column <properties> tables set up like this:
However, when I output Responsive WebHelp, it seems to force the table to be three columns, with "Value" and "Description" heading the first and second columns, then in the rows below, the cell is empty and the content is in the second and third column (see image linked below). I should note that this is ASP output but I'm not sure that should make a difference.
Image link: https://imgur.com/a/ROVvteS
I have tried using the <prophead> element with <propvaluehd> and <propdeschd> elements at the head of the table, but I still get the bad table.
When I output CHM, I get a two-column table as intended, with the automatic "Value" and "Description" headers over the correct content.
I would rather not change all of these tables to CALS to get them to format correctly; is this a bug or am I doing something wrong?
Code: Select all
<properties>
<property>
<propvalue>Foo</propvalue>
<propdesc>Foo</propdesc>
</property>
<property>
<propvalue>Foo</propvalue>
<propdesc>Foo</propdesc>
</property>
</properties>
However, when I output Responsive WebHelp, it seems to force the table to be three columns, with "Value" and "Description" heading the first and second columns, then in the rows below, the cell is empty and the content is in the second and third column (see image linked below). I should note that this is ASP output but I'm not sure that should make a difference.
Image link: https://imgur.com/a/ROVvteS
I have tried using the <prophead> element with <propvaluehd> and <propdeschd> elements at the head of the table, but I still get the bad table.
When I output CHM, I get a two-column table as intended, with the automatic "Value" and "Description" headers over the correct content.
I would rather not change all of these tables to CALS to get them to format correctly; is this a bug or am I doing something wrong?