Formatting topics as tables
Morning everyone!
I have a project in Robohelp 8.0.2. I have 4 printed documents that I can generate, each containing different subsets of topics.
For one document, I want to do an FAQ. But the requirement is that I have each topic in a row of a table.
To be clear ![]()
I have created a CSS that gives me:
TOPIC1 TITLE (defined as H1)
Topic1 content
TOPIC2 TITLE
Topic2 content
The goal is to get this:
| Question | Answer |
|---|---|
| TOPIC 1 TITLE | Topic1 content |
| TOPIC 2 TITLE | Topic2 content |
Is that possible? Suggestions on how to approach this?
Thanks in advance!
Jenny
