Order of display for WebHelp
Posted: Mon Feb 13, 2017 6:13 pm
Hi,
My topic has the following elements (I have omitted the content)
The topic has 2 child topics and exists in a reltable entry.
When I transform using WebHelp the output content renders with the following order:
Title
Shortdesc
Related Concepts
Child topics
I would prefer if the Related Concepts appeared a the bottom of the output as they are easily confused with child topics.
Can this be configured?
Thanks in advance,
Ann
My topic has the following elements (I have omitted the content)
Code: Select all
<concept id="c_register_vendor_header">
<title></title>
<shortdesc></shortdesc>
<prolog> <metadata> <keywords> </keywords> </metadata></prolog>
<conbody>
<p></p>
</conbody>
</concept>
When I transform using WebHelp the output content renders with the following order:
Title
Shortdesc
Related Concepts
Child topics
I would prefer if the Related Concepts appeared a the bottom of the output as they are easily confused with child topics.
Can this be configured?
Thanks in advance,
Ann